X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fsync.c;h=b353b6c60700e3098fc3526d355ba91ccd03ed91;hb=6bb4c300addd0776d9f74653b98383c717bc29a1;hp=9ade84039cc07fd69d2991541d7cdc769960dbd9;hpb=40ca9a57829f2e82362e391d7d998bf33c8bd671;p=libguestfs.git diff --git a/daemon/sync.c b/daemon/sync.c index 9ade840..b353b6c 100644 --- a/daemon/sync.c +++ b/daemon/sync.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009 Red Hat Inc. + * Copyright (C) 2009 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -27,6 +27,5 @@ int do_sync () { sync (); - fprintf (stderr, "guestfsd: disk synched\n"); return 0; }