summaryrefslogtreecommitdiffstats
path: root/daemon/sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/sync.c')
-rw-r--r--daemon/sync.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/sync.c b/daemon/sync.c
index 9ade8403..70962dff 100644
--- a/daemon/sync.c
+++ b/daemon/sync.c
@@ -27,6 +27,5 @@ int
do_sync ()
{
sync ();
- fprintf (stderr, "guestfsd: disk synched\n");
return 0;
}