From: Simon McVittie Date: Thu, 8 Jun 2017 17:43:38 +0000 (+0100) Subject: test-autolaunch: Make recently-added message similar to the others X-Git-Tag: dbus-1.11.14~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=91c235e31656cb8d26672d148ce048f790cbb043;p=thirdparty%2Fdbus.git test-autolaunch: Make recently-added message similar to the others Signed-off-by: Simon McVittie --- diff --git a/test/name-test/test-autolaunch.c b/test/name-test/test-autolaunch.c index 0d4a09529..61760555b 100644 --- a/test/name-test/test-autolaunch.c +++ b/test/name-test/test-autolaunch.c @@ -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; }