add newline for debug message
authorDavid Zeuthen <davidz@redhat.com>
Sun, 15 Mar 2009 20:22:07 +0000 (16:22 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Sun, 15 Mar 2009 20:22:07 +0000 (16:22 -0400)
Signed-off-by: David Zeuthen <davidz@redhat.com>
src/devkit-disks-device.c

index 8c75b53..9fe0b4b 100644 (file)
@@ -1492,7 +1492,7 @@ poll_syncing_md_device (gpointer user_data)
 {
         DevkitDisksDevice *device = DEVKIT_DISKS_DEVICE (user_data);
 
-        g_print ("**** POLL SYNCING MD %s", device->priv->native_path);
+        g_print ("**** POLL SYNCING MD %s\n", device->priv->native_path);
 
         device->priv->linux_md_poll_timeout_id = 0;
         devkit_disks_daemon_local_synthesize_changed (device->priv->daemon, device);