Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / lib / transcode_job.cc
index f10078f3c2714984b15035d45b679954399f9c72..7d11d51a9589c474306068fbafd47f20eb05ed6f 100644 (file)
@@ -32,8 +32,8 @@
 
 #include "i18n.h"
 
 
 #include "i18n.h"
 
-#define LOG_GENERAL_NC(...) _film->log()->log (__VA_ARGS__, Log::TYPE_GENERAL);
-#define LOG_ERROR_NC(...)   _film->log()->log (__VA_ARGS__, Log::TYPE_ERROR);
+#define LOG_GENERAL_NC(...) _film->log()->log (__VA_ARGS__, LogEntry::TYPE_GENERAL);
+#define LOG_ERROR_NC(...)   _film->log()->log (__VA_ARGS__, LogEntry::TYPE_ERROR);
 
 using std::string;
 using std::fixed;
 
 using std::string;
 using std::fixed;