syncing...
[systembsd.git] / src / interfaces / hostnamed / hostnamed.c
index 0559b8b740bc49fd01803b712c3dd54b35f4d452..b2f96841cb148a40c824faace565215309e8bd19 100644 (file)
@@ -95,7 +95,7 @@ static void on_name_lost(GDBusConnection *conn,
                                                 const gchar *name,
                                                 gpointer user_data) {
 
-       g_print("lost name %s, exiting...\n", name);
+       g_print("lost name %s, exiting...", name);
        //TODO exit through g_main_loop properly...
        exit(0);
 }