second-transfer-0.5.3.2: macros/Logging.cpphs
#ifdef ENABLE_DEBUG #define INSTRUMENTATION(x) (liftIO $ logWithExclusivity (x)) #else #define INSTRUMENTATION(x) (return ()) #endif
#ifdef ENABLE_DEBUG #define INSTRUMENTATION(x) (liftIO $ logWithExclusivity (x)) #else #define INSTRUMENTATION(x) (return ()) #endif