You've already forked joplin
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:
@ -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) {
|
||||
|
Reference in New Issue
Block a user