Reduce a log level

This commit is contained in:
Jordan Brown
2018-09-25 23:01:44 -04:00
parent 6c5f00dffa
commit ab6aeafee2
@@ -65,7 +65,7 @@ namespace Tgstation.Server.Host.Core
}
catch(Exception e)
{
logger.LogWarning("Unable to get process {0}! Exception: {1}", id, e);
logger.LogDebug("Unable to get process {0}! Exception: {1}", id, e);
return null;
}
try