Upgrade "webpanel not built" message to Debug

This commit is contained in:
Jordan Dominion
2023-10-29 16:22:59 -04:00
parent 49a351ecc6
commit 5b615ea04b
@@ -509,7 +509,7 @@ namespace Tgstation.Server.Host.Core
}
else
#if NO_WEBPANEL
logger.LogTrace("Web control panel was not included in TGS build!");
logger.LogDebug("Web control panel was not included in TGS build!");
#else
logger.LogTrace("Web control panel disabled!");
#endif