1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Using qInfo/qDebug as relevant

This commit is contained in:
Laurent Cozic
2017-01-12 18:04:21 +01:00
parent 4e549695cf
commit 38a28d8551
6 changed files with 13 additions and 22 deletions

View File

@ -163,7 +163,7 @@ void WebApi::request_finished(QNetworkReply *reply) {
}
void WebApi::request_error(QNetworkReply::NetworkError e) {
qDebug() << "Network error" << e;
qWarning() << "Network error" << e;
}
void jop::WebApi::setBaseUrl(const QString &v) {