summaryrefslogtreecommitdiffstats
path: root/kalarm/main.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-11-14 10:47:51 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2013-11-14 10:47:51 -0600
commit8289b3d242bc027c6174baaa9b40af784b614e35 (patch)
tree155d5d48f00568bd3568b0e437d0e6d172ebf720 /kalarm/main.cpp
parent223e5c9a19e048d1277d42e2bb7d42a153402d65 (diff)
downloadtdepim-8289b3d242bc027c6174baaa9b40af784b614e35.tar.gz
tdepim-8289b3d242bc027c6174baaa9b40af784b614e35.zip
Clarify source of kalarm kdDebug message.
Diffstat (limited to 'kalarm/main.cpp')
-rw-r--r--kalarm/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kalarm/main.cpp b/kalarm/main.cpp
index 4b023588..df4fe048 100644
--- a/kalarm/main.cpp
+++ b/kalarm/main.cpp
@@ -124,7 +124,7 @@ int main(int argc, char *argv[])
}
// This is the first time through
- kdDebug(5950) << "main(): initialising\n";
+ kdDebug(5950) << "[KAlarm] Initializing.\n";
KAlarmApp* app = KAlarmApp::getInstance();
app->restoreSession();
return app->exec();