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