mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Merge pull request #15129 from adem4ik/patch-5
Remove excess space in torrentfileswatcher.cpp
This commit is contained in:
@@ -295,7 +295,7 @@ void TorrentFilesWatcher::load()
|
|||||||
const QJsonDocument jsonDoc = QJsonDocument::fromJson(confFile.readAll(), &jsonError);
|
const QJsonDocument jsonDoc = QJsonDocument::fromJson(confFile.readAll(), &jsonError);
|
||||||
if (jsonError.error != QJsonParseError::NoError)
|
if (jsonError.error != QJsonParseError::NoError)
|
||||||
{
|
{
|
||||||
LogMsg(tr("Couldn't parse Watched Folders configuration from %1. Error: %2")
|
LogMsg(tr("Couldn't parse Watched Folders configuration from %1. Error: %2")
|
||||||
.arg(confFile.fileName(), jsonError.errorString()), Log::WARNING);
|
.arg(confFile.fileName(), jsonError.errorString()), Log::WARNING);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user