Logging placeholder cleanup

This commit is contained in:
Dominion
2023-04-23 10:31:03 -04:00
parent 708b5c21e4
commit a36c69c25c
@@ -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);