mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Remove excess space
This commit is contained in:
parent
3ac8c97e6f
commit
b84c5edf51
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue