summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dbusgen/tests/runtime-test-server.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbusgen/tests/runtime-test-server.vala b/dbusgen/tests/runtime-test-server.vala
index 007d3b0fc..8e80aef4c 100644
--- a/dbusgen/tests/runtime-test-server.vala
+++ b/dbusgen/tests/runtime-test-server.vala
@@ -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;