showNotificationBaloon(tr("I/O Error","i.e: Input/Output Error"),tr("An I/O error occured for torrent %1.\n Reason: %2","e.g: An error occured for torrent xxx.avi.\n Reason: disk is full.").arg(h.name()).arg(msg));
// Download will be paused by libtorrent. Updating GUI information accordingly
QStringhash=h.hash();
qDebug("Full disk error, pausing torrent %s",hash.toLocal8Bit().data());
if(!h.is_valid())return;showNotificationBaloon(tr("I/O Error","i.e: Input/Output Error"),tr("An I/O error occured for torrent %1.\n Reason: %2","e.g: An error occured for torrent xxx.avi.\n Reason: disk is full.").arg(h.name()).arg(msg));