diff --git a/README.md b/README.md index 2422d731..72292bb2 100644 --- a/README.md +++ b/README.md @@ -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) {