~poelzi/ulatencyd/master

« back to all changes in this revision

Viewing changes to src/usession.c

  • Committer: Daniel Poelzleithner
  • Date: 2016-07-01 19:42:07 UTC
  • mfrom: (454.5.7)
  • Revision ID: git-v1:45a2fa0e452f548053dfdd3d0456512363a05a06
Merge remote-tracking branch 'origin/0.6.0-alpha.2.x'

Show diffs side-by-side

added added

removed removed

Lines of Context:
406
406
u_session_check_agent (gpointer ignored)
407
407
{
408
408
  if (!u_session_agent)
409
 
    g_warning ("No session tracking agent registered, sessions are not tracked!");
 
409
    g_error ("No session tracking agent successfully registered!\n"
 
410
             "If you need to run ulatencyd without ConsoleKit or logind, report"
 
411
             " a bug to https://github.com/poelzi/ulatencyd/issues."
 
412
             "\n(logind support is planned but not yet finished)");
 
413
 
410
414
  return FALSE;
411
415
}
412
416