~ted/ubuntu-app-launch/snap-icon-unbreak

« back to all changes in this revision

Viewing changes to upstart-app-watch.c

Updated to failure-is-an-option

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
                        break;
68
68
        }
69
69
 
70
 
        g_print("Fail   %s (%s)\n", appid, failstr);
 
70
        g_print("Fail     %s (%s)\n", appid, failstr);
71
71
        return;
72
72
}
73
73