~remote-login-service-team/remote-login-service/trunk

« back to all changes in this revision

Viewing changes to src/main.c

  • Committer: Tarmac
  • Author(s): Ted Gould
  • Date: 2012-09-10 07:30:04 UTC
  • mfrom: (59.2.1 lp1041338)
  • Revision ID: tarmac-20120910073004-kewqy5fzq1r3py71
Exit gracefully on name lost. Fixes: https://bugs.launchpad.net/bugs/1041338. Approved by Albert Astals Cid, jenkins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
279
279
{
280
280
        GMainLoop * mainloop = (GMainLoop *)user_data;
281
281
 
282
 
        g_error("Unable to get name '%s'", name);
 
282
        g_warning("Unable to get name '%s'.  Exiting.", name);
283
283
        g_main_loop_quit(mainloop);
284
284
 
285
285
        return;