More accurate error message.

This commit is contained in:
Christian Speckner 2021-10-11 17:59:36 +02:00
parent cc0d101d98
commit d1c76d9c58
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class PlusROMRequest {
<< myDestination.host
<< "/"
<< myDestination.path
<< ": failed --- bad URL";
<< ": failed";
Logger::error(ss.str());