Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / lib / video_content.cc
index 5a2bef1a08fa7835069a7bd3f3d951ede9d03bac..ff54c40142b06c2fb702e6211990dc1a1d359f87 100644 (file)
@@ -38,7 +38,7 @@
 
 #include "i18n.h"
 
 
 #include "i18n.h"
 
-#define LOG_GENERAL(...) film->log()->log (String::compose (__VA_ARGS__), Log::TYPE_GENERAL);
+#define LOG_GENERAL(...) film->log()->log (String::compose (__VA_ARGS__), LogEntry::TYPE_GENERAL);
 
 int const VideoContentProperty::VIDEO_SIZE       = 0;
 int const VideoContentProperty::VIDEO_FRAME_RATE  = 1;
 
 int const VideoContentProperty::VIDEO_SIZE       = 0;
 int const VideoContentProperty::VIDEO_FRAME_RATE  = 1;