mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-05 17:00:40 +01:00
test-autolaunch: Make recently-added message similar to the others
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
fac3ae2239
commit
91c235e316
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue