1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-26 22:44:36 +00:00

- Improved debug output

This commit is contained in:
Christophe Dumez 2007-07-18 08:05:15 +00:00
parent 3d7540dafe
commit 38c6c63924

View File

@ -560,7 +560,7 @@ void bittorrent::loadDownloadUploadForTorrent(QString hash){
// To remember share ratio or a torrent, we must save current
// total_upload and total_upload and reload them on startup
void bittorrent::saveDownloadUploadForTorrent(QString hash){
qDebug("Saving ratio data");
qDebug("Saving ratio data for torrent %s", (const char*)hash.toUtf8());
QDir torrentBackup(misc::qBittorrentPath() + "BT_backup");
// Checking if torrentBackup Dir exists
// create it if it is not