mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Added more debug when we get a file_error
This commit is contained in:
parent
2fc7039cc7
commit
da244d7ef2
2 changed files with 5 additions and 1 deletions
|
@ -1083,6 +1083,7 @@ void bittorrent::readAlerts() {
|
|||
}
|
||||
else if (file_error_alert* p = dynamic_cast<file_error_alert*>(a.get())) {
|
||||
QTorrentHandle h(p->handle);
|
||||
qDebug("File Error: %s", p->msg().c_str());
|
||||
if(h.is_valid())
|
||||
emit fullDiskError(h);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue