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();