mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 06:27:19 +01:00
Logging placeholder cleanup
This commit is contained in:
@@ -49,7 +49,7 @@ namespace Tgstation.Server.Host.Controllers
|
||||
const string OnlineWord = "online";
|
||||
|
||||
logger.LogWarning(
|
||||
"Instance {0} is says it's {1} in the database, but it is actually {2} in the service. Updating the database to reflect this...",
|
||||
"Instance {instanceId} is says it's {databaseState} in the database, but it is actually {serviceState} in the service. Updating the database to reflect this...",
|
||||
metadata.Id,
|
||||
online ? OfflineWord : OnlineWord,
|
||||
online ? OnlineWord : OfflineWord);
|
||||
|
||||
Reference in New Issue
Block a user