diff --git a/README.md b/README.md index ca81ee68..d027abbc 100644 --- a/README.md +++ b/README.md @@ -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 }