Clarify source of kalarm kdDebug message.

pull/21/head
Darrell Anderson 11 years ago
parent 223e5c9a19
commit 8289b3d242

@ -124,7 +124,7 @@ int main(int argc, char *argv[])
} }
// This is the first time through // This is the first time through
kdDebug(5950) << "main(): initialising\n"; kdDebug(5950) << "[KAlarm] Initializing.\n";
KAlarmApp* app = KAlarmApp::getInstance(); KAlarmApp* app = KAlarmApp::getInstance();
app->restoreSession(); app->restoreSession();
return app->exec(); return app->exec();

Loading…
Cancel
Save