From 2cc1f5962c9792eabad20a3f68e3f261c808e561 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 6 Oct 2021 03:51:44 -0400 Subject: [PATCH] adding debug flag not in use yet. --- octopi/applications/transporter/synch_files.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/octopi/applications/transporter/synch_files.cpp b/octopi/applications/transporter/synch_files.cpp index 2c424663..cac7b9a8 100644 --- 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: -- 2.34.1