diff options
-rw-r--r-- | bibletime/frontend/btinstallmgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bibletime/frontend/btinstallmgr.cpp b/bibletime/frontend/btinstallmgr.cpp index b240393..ba72c50 100644 --- a/bibletime/frontend/btinstallmgr.cpp +++ b/bibletime/frontend/btinstallmgr.cpp @@ -327,7 +327,7 @@ namespace BookshelfManager { } void BTInstallMgr::pretqStatus(long totalBytes, long completedBytes, const char* /*message*/) { - qWarning("pre tqStatus: %i / %i", (int)totalBytes, (int)completedBytes); + qWarning("pre Status: %i / %i", (int)totalBytes, (int)completedBytes); emit downloadStarted( "unknown filename" ); m_completedBytes = completedBytes; |