mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 05:56:58 +01:00
Fix SystemD log line
This commit is contained in:
@@ -197,7 +197,7 @@ namespace Tgstation.Server.Host.System
|
||||
return true;
|
||||
|
||||
if (result < 0)
|
||||
logger.LogError(new UnixIOException(result), "sd_notify READY=1 failed!");
|
||||
logger.LogError(new UnixIOException(result), "sd_notify {message} failed!", command);
|
||||
else
|
||||
logger.LogTrace("Could not send sd_notify {message}. Socket closed!", command);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user