mirror of
https://github.com/gabime/spdlog.git
synced 2026-04-10 11:34:29 +08:00
wip - no-exceptions support
This commit is contained in:
@@ -66,7 +66,7 @@ protected:
|
||||
|
||||
if (err)
|
||||
{
|
||||
throw spdlog_ex("Failed writing to systemd", errno);
|
||||
SPDLOG_THROW spdlog_ex("Failed writing to systemd", errno);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user