mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-26 17:58:19 +03:00
parent
a83424a7a7
commit
a56b3edc58
1 changed files with 1 additions and 1 deletions
|
@ -5831,7 +5831,7 @@ void SessionImpl::handleFileErrorAlert(const lt::file_error_alert *p)
|
|||
|
||||
const QString msg = QString::fromStdString(p->message());
|
||||
LogMsg(tr("File error alert. Torrent: \"%1\". File: \"%2\". Reason: \"%3\"")
|
||||
.arg(torrent->name(), QString::fromLocal8Bit(p->filename()), msg)
|
||||
.arg(torrent->name(), QString::fromUtf8(p->filename()), msg)
|
||||
, Log::WARNING);
|
||||
emit fullDiskError(torrent, msg);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue