diff options
-rw-r--r-- | kalarm/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kalarm/main.cpp b/kalarm/main.cpp index 4b023588d..df4fe048e 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(); |