Update README.md

This commit is contained in:
Gabi Melman 2016-08-24 03:04:55 +03:00 committed by GitHub
parent 6dfdaa3532
commit bf327be7f5
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ void syslog_example()
#ifdef SPDLOG_ENABLE_SYSLOG
std::string ident = "spdlog-example";
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!");
syslog_logger->warn("This is warning that will end up in syslog..");
#endif
}