projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d97b497
)
adding debug flag
author
Chris Koeritz
<fred@gruntose.com>
Wed, 6 Oct 2021 07:51:44 +0000
(
03:51
-0400)
committer
Chris Koeritz
<fred@gruntose.com>
Wed, 6 Oct 2021 07:51:44 +0000
(
03:51
-0400)
not in use yet.
octopi/applications/transporter/synch_files.cpp
patch
|
blob
|
history
diff --git
a/octopi/applications/transporter/synch_files.cpp
b/octopi/applications/transporter/synch_files.cpp
index 2c42466363df4b82a8307a1cc1d58753afdf8814..cac7b9a8471e0a5f91f6f4d8337e16768970e620 100644
(file)
--- a/
octopi/applications/transporter/synch_files.cpp
+++ b/
octopi/applications/transporter/synch_files.cpp
@@
-32,6
+32,9
@@
using namespace timely;
#define LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), s)
+#define DEBUG_SYNCH_FILES
+//hmmm: not used yet, but should be.
+
class synch_files_tentacle : public application_shell
{
public: