Try to fix clashes caused by ERROR, WARNING etc. as variables.
[dcpomatic.git] / src / lib / scp_dcp_job.cc
index 30bfc3441ae80c72aad9de4d330a4dfd4a76028a..63784081356e9eb0fc4d81ea97d551a7078e224d 100644 (file)
@@ -37,7 +37,7 @@
 
 #include "i18n.h"
 
-#define LOG_GENERAL_NC(...) _film->log()->microsecond_log (__VA_ARGS__, Log::GENERAL);
+#define LOG_GENERAL_NC(...) _film->log()->log (__VA_ARGS__, Log::TYPE_GENERAL);
 
 using std::string;
 using std::stringstream;