test-autolaunch: Make recently-added message similar to the others
authorSimon McVittie <smcv@collabora.com>
Thu, 8 Jun 2017 17:43:38 +0000 (18:43 +0100)
committerSimon McVittie <smcv@collabora.com>
Thu, 8 Jun 2017 17:43:38 +0000 (18:43 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
test/name-test/test-autolaunch.c

index 0d4a095..6176055 100644 (file)
@@ -25,7 +25,7 @@ main (int argc, char *argv[])
   if (!_dbus_read_local_machine_uuid (&uuid, FALSE, &error))
     {
       /* We can't expect autolaunching to work in this situation */
-      fprintf (stderr, "%s\n", error.message);
+      fprintf (stderr, "*** %s\n", error.message);
       dbus_error_free (&error);
       return 0;
     }