From 38c6c63924284320ca9836b2fa43f6af961fbcb4 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Wed, 18 Jul 2007 08:05:15 +0000 Subject: [PATCH] - Improved debug output --- src/bittorrent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bittorrent.cpp b/src/bittorrent.cpp index ebe394146..c4a1c7b2b 100644 --- a/src/bittorrent.cpp +++ b/src/bittorrent.cpp @@ -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