summaryrefslogtreecommitdiff
path: root/src/history/autosaver.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-03-06 00:26:02 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-03-06 00:26:02 +0100
commit6aeb9406dd77ad066d7904a6f453aff019bb5838 (patch)
treede1de706d3a12c0e7eb631b6eae93d1ff3b4da77 /src/history/autosaver.cpp
parentJust another crash recovery fix. (diff)
downloadrekonq-6aeb9406dd77ad066d7904a6f453aff019bb5838.tar.xz
kWarning --> kDebug
Diffstat (limited to 'src/history/autosaver.cpp')
-rw-r--r--src/history/autosaver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/history/autosaver.cpp b/src/history/autosaver.cpp
index 41f19098..1bfd5c9e 100644
--- a/src/history/autosaver.cpp
+++ b/src/history/autosaver.cpp
@@ -52,7 +52,7 @@ AutoSaver::~AutoSaver()
{
if (m_timer.isActive())
{
- kWarning() << "AutoSaver: still active when destroyed, changes not saved.";
+ kDebug() << "AutoSaver: still active when destroyed, changes not saved.";
}
}
@@ -94,7 +94,7 @@ void AutoSaver::saveIfNeccessary()
m_firstChange = QTime();
if (!QMetaObject::invokeMethod(parent(), "save", Qt::DirectConnection))
{
- kWarning() << "AutoSaver: error invoking slot save() on parent";
+ kDebug() << "AutoSaver: error invoking slot save() on parent";
}
}