Skip to content

Commit

Permalink
Merge pull request qbittorrent#15129 from adem4ik/patch-5
Browse files Browse the repository at this point in the history
Remove excess space in torrentfileswatcher.cpp
  • Loading branch information
sledgehammer999 committed Jun 27, 2021
2 parents 3ffd25f + 5157e49 commit 261f601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/torrentfileswatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ void TorrentFilesWatcher::load()
const QJsonDocument jsonDoc = QJsonDocument::fromJson(confFile.readAll(), &jsonError);
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);
return;
}
Expand Down

0 comments on commit 261f601

Please sign in to comment.