Adds container name to crash messge.
This commit is contained in:
parent
3da36725e3
commit
383102b988
@ -141,7 +141,7 @@ namespace CodexPlugin
|
||||
|
||||
private void CheckContainerCrashed(HttpClient client)
|
||||
{
|
||||
if (hasContainerCrashed) throw new Exception("Container has crashed.");
|
||||
if (hasContainerCrashed) throw new Exception($"Container {GetName()} has crashed.");
|
||||
}
|
||||
|
||||
public void Log(Stream crashLog)
|
||||
|
Loading…
x
Reference in New Issue
Block a user