This commit is contained in:
gabime 2014-12-21 02:48:50 +02:00
parent 40a55b8e34
commit 689247cb4c

View File

@ -115,7 +115,6 @@ int main(int, char* [])
auto syslog_logger = spd::syslog_logger("syslog", ident, LOG_PID);
syslog_logger->warn("This is warning that will end up in syslog. This is Linux only!");
#endif
}
catch (const spd::spdlog_ex& ex)
{