Tweak debug output

This commit is contained in:
Brant Martin
2019-06-23 08:42:53 -04:00
committed by GitHub
parent d8ac3b2353
commit 9293801037

View File

@@ -41,8 +41,8 @@ namespace Torch.Server
} }
catch (Exception ex) catch (Exception ex)
{ {
_log.Error(ex, "Invalid path assigned to InstancePath! Please report this immediately!"); _log.Error(ex, "Invalid path assigned to InstancePath! Please report this immediately! Value: " + value);
throw; //throw;
} }
_instancePath = value; _instancePath = value;