X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=dump%2Ftraverse.c;h=901ef2de6c7ce6f7c47695451899d1276c057642;hp=c8547604a7c0751f14833407938e762acf1ca56f;hb=f9dbe020b33318ccc4d0b68816dc50b7a17a0c65;hpb=a6cef1aead17d4abfe39ee0fdbda7c774c6444f6 diff --git a/dump/traverse.c b/dump/traverse.c index c854760..901ef2d 100644 --- a/dump/traverse.c +++ b/dump/traverse.c @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: traverse.c,v 1.44 2002/04/04 08:20:23 stelian Exp $"; + "$Id: traverse.c,v 1.45 2002/04/11 09:19:07 stelian Exp $"; #endif /* not lint */ #include @@ -827,7 +827,6 @@ dumpino(struct dinode *dp, dump_ino_t ino, int metaonly) spcl.c_count = 0; if (metaonly && (dp->di_mode & S_IFMT)) { - printf("Write header with spcl.c_count=%d\n",spcl.c_count); spcl.c_flags |= DR_METAONLY; spcl.c_count = 0; writeheader(ino);