adding debug flag
authorChris Koeritz <fred@gruntose.com>
Wed, 6 Oct 2021 07:51:44 +0000 (03:51 -0400)
committerChris 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

index 2c42466363df4b82a8307a1cc1d58753afdf8814..cac7b9a8471e0a5f91f6f4d8337e16768970e620 100644 (file)
@@ -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: