Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / lib / player.cc
index d316711f7bf7a664fa0924a13fc7abe4694da498..0606a9340c9d1d6e51cd3f4e0d2ac906a090edf5 100644 (file)
@@ -57,7 +57,7 @@
 
 #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);
 
 using std::list;
 using std::cout;