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.path
|
||||
<< ": failed --- bad URL";
|
||||
<< ": failed";
|
||||
|
||||
Logger::error(ss.str());
|
||||
|
||||
|
|
Loading…
Reference in New Issue