]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
dbusgen/tests: Changed to info to error wip/dbusgen
authorJCWasmx86 <JCWasmx86@t-online.de>
Sun, 17 Jul 2022 09:08:25 +0000 (11:08 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 29 Apr 2023 19:00:17 +0000 (21:00 +0200)
dbusgen/tests/runtime-test-server.vala

index 007d3b0fc4f7a167a593d8aef85c9abc0c3cfcc0..8e80aef4cd4d4b38ff397b0d2c63dd64cdb6d4b2 100644 (file)
@@ -75,7 +75,7 @@ void on_bus_aquired (DBusConnection conn) {
 
 int main () {
        Bus.own_name (BusType.SESSION, "org.gnome.Example", BusNameOwnerFlags.REPLACE, on_bus_aquired, null, () => {
-               info ("Lost connection");
+               error ("Lost connection");
        });
        new MainLoop ().run ();
        return 0;