mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
HTTP server code clean up
This commit is contained in:
@@ -150,7 +150,7 @@ QVariantMap json::fromJson(const QString& json) {
|
||||
}
|
||||
}
|
||||
m.insert(key, value);
|
||||
qDebug("%s:%s", key.toLocal8Bit().data(), value_str.toLocal8Bit().data());
|
||||
qDebug("%s:%s", qPrintable(key), qPrintable(value_str));
|
||||
}
|
||||
}
|
||||
return m;
|
||||
|
||||
Reference in New Issue
Block a user