X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fenvironment_info.cc;h=ecb80fc148a50989fbcfd68fd72ecbbf62764d87;hb=e0adfd85dd7987ee2b77eea7f6d3c13885729a38;hp=364973ff8af0cbd1fb5e714740ceda2e1753353b;hpb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;p=dcpomatic.git diff --git a/src/lib/environment_info.cc b/src/lib/environment_info.cc index 364973ff8..ecb80fc14 100644 --- a/src/lib/environment_info.cc +++ b/src/lib/environment_info.cc @@ -42,8 +42,8 @@ extern "C" { #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;