mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- BUGFIX: Provide more helpful explanation when an I/O error occured
This commit is contained in:
parent
bf9dc052d3
commit
65c4da6f0e
5 changed files with 7 additions and 6 deletions
|
@ -1182,7 +1182,7 @@ void bittorrent::readAlerts() {
|
|||
h.auto_managed(false);
|
||||
std::cerr << "File Error: " << p->message().c_str() << std::endl;
|
||||
if(h.is_valid())
|
||||
emit fullDiskError(h);
|
||||
emit fullDiskError(h, misc::toQString(p->message()));
|
||||
}
|
||||
else if (dynamic_cast<listen_failed_alert*>(a.get())) {
|
||||
// Level: fatal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue