test-autolaunch: Make recently-added message similar to the others

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2017-06-08 18:43:38 +01:00
parent fac3ae2239
commit 91c235e316

View 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;
}