mirror of https://github.com/stella-emu/stella.git
More accurate error message.
This commit is contained in:
parent
cc0d101d98
commit
d1c76d9c58
|
@ -106,7 +106,7 @@ class PlusROMRequest {
|
||||||
<< myDestination.host
|
<< myDestination.host
|
||||||
<< "/"
|
<< "/"
|
||||||
<< myDestination.path
|
<< myDestination.path
|
||||||
<< ": failed --- bad URL";
|
<< ": failed";
|
||||||
|
|
||||||
Logger::error(ss.str());
|
Logger::error(ss.str());
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue