minor, s/g_print/g_printf
[systembsd.git] / src / interfaces / timedated / timedated.c
index a0d536de09c7ad9c7a8813f8339495eaff8c6b98..ee6cbeb68e1886aa4fe821d35a2a14a36e697f71 100644 (file)
@@ -70,7 +70,7 @@ static void timedated_on_bus_acquired(GDBusConnection *conn,
                                       const gchar *name,
                                       gpointer user_data) {
 
-    g_print("got bus/name, exporting %s's interface...\n", name);
+    g_printf("got bus/name, exporting %s's interface...\n", name);
 
     timedated_interf = timedate1_skeleton_new();