summaryrefslogtreecommitdiff
path: root/src/nexusinterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nexusinterface.cpp')
-rw-r--r--src/nexusinterface.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nexusinterface.cpp b/src/nexusinterface.cpp
index 57c8819d..d6cf8d8f 100644
--- a/src/nexusinterface.cpp
+++ b/src/nexusinterface.cpp
@@ -508,7 +508,8 @@ void NexusInterface::requestError(QNetworkReply::NetworkError)
return;
}
- qCritical("request error: %s", reply->errorString().toUtf8().constData());
+ qCritical("request (%s) error: %s",
+ qPrintable(reply->url().toString()), qPrintable(reply->errorString()));
}