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
kdDebug(5950) << "main(): initialising\n";
kdDebug(5950) << "[KAlarm] Initializing.\n";
KAlarmApp* app = KAlarmApp::getInstance();
app->restoreSession();
return app->exec();

Loading…
Cancel
Save