Downgrade error to warning

This commit is contained in:
Dominion
2023-06-04 14:26:29 -04:00
parent 0e187a430d
commit c16d56c990
@@ -131,7 +131,7 @@ namespace Tgstation.Server.Host.Components.Deployment.Remote
}
catch (ApiException ex)
{
Logger.LogError(ex, "Unable to create deployment!");
Logger.LogWarning(ex, "Unable to create deployment!");
}
}