X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Ffind.c;h=61d4a5fbc6701c20c85077b278273abb308596be;hp=626017d17515da8706b885e9829483795e728cb9;hb=5ce759bfdc70c97121ef34ab4d5c918d568f2474;hpb=5419153954ee0a2597358b992cc29e448a21ca60 diff --git a/daemon/find.c b/daemon/find.c index 626017d..61d4a5f 100644 --- a/daemon/find.c +++ b/daemon/find.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009 Red Hat Inc. + * Copyright (C) 2009-2011 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 @@ -100,9 +100,6 @@ do_find (const char *dir) free (cmd); while ((r = input_to_nul (fp, str, PATH_MAX)) > 0) { - if (verbose) - printf ("find string: %s\n", str); - len = strlen (str); if (len <= sysrootdirlen) continue; @@ -197,9 +194,6 @@ do_find0 (const char *dir) reply (NULL, NULL); while ((r = input_to_nul (fp, str, GUESTFS_MAX_CHUNK_SIZE)) > 0) { - if (verbose) - printf ("find0 string: %s\n", str); - len = strlen (str); if (len <= sysrootdirlen) continue;