Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / lib / environment_info.cc
index 364973ff8af0cbd1fb5e714740ceda2e1753353b..ecb80fc148a50989fbcfd68fd72ecbbf62764d87 100644 (file)
@@ -42,8 +42,8 @@ extern "C" {
 
 #include "i18n.h"
 
 
 #include "i18n.h"
 
-#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);
 
 using std::string;
 using std::list;
 
 using std::string;
 using std::list;