Tweak debug output
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user