mscoree: Add a '\n' to an ERR() trace.
This commit is contained in:
parent
bc6a7f40d5
commit
e0b2307f9c
|
@ -119,7 +119,7 @@ static HRESULT load_mono(CLRRuntimeInfo *This, loaded_mono **result)
|
||||||
|
|
||||||
if ((*result)->is_shutdown)
|
if ((*result)->is_shutdown)
|
||||||
{
|
{
|
||||||
ERR("Cannot load Mono after it has been shut down.");
|
ERR("Cannot load Mono after it has been shut down.\n");
|
||||||
*result = NULL;
|
*result = NULL;
|
||||||
return E_FAIL;
|
return E_FAIL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue