Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / lib / film.cc
index 37d5c344743e96895ecbd5b5c9cde8ec77ffac59..a50aad81758afc218dab6e38bfed68e431ae909a 100644 (file)
@@ -86,8 +86,8 @@ using boost::dynamic_pointer_cast;
 using boost::optional;
 using boost::is_any_of;
 
 using boost::optional;
 using boost::is_any_of;
 
-#define LOG_GENERAL(...) log()->log (String::compose (__VA_ARGS__), Log::TYPE_GENERAL);
-#define LOG_GENERAL_NC(...) log()->log (__VA_ARGS__, Log::TYPE_GENERAL);
+#define LOG_GENERAL(...) log()->log (String::compose (__VA_ARGS__), LogEntry::TYPE_GENERAL);
+#define LOG_GENERAL_NC(...) log()->log (__VA_ARGS__, LogEntry::TYPE_GENERAL);
 
 /* 5 -> 6
  * AudioMapping XML changed.
 
 /* 5 -> 6
  * AudioMapping XML changed.