X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=restore%2Fdirs.c;h=26c637bffb69bebb46a58df6bf5c0869d6da8bc9;hp=c9a9482cea38f2e47d909ba324283891b75a9ee1;hb=f30c53e5aacd10d449f01703b31a927c8a7a3134;hpb=debbffbcbd600693e418e213ea5806be6b685cb2 diff --git a/restore/dirs.c b/restore/dirs.c index c9a9482..26c637b 100644 --- a/restore/dirs.c +++ b/restore/dirs.c @@ -42,7 +42,7 @@ #ifndef lint static const char rcsid[] = - "$Id: dirs.c,v 1.30 2005/01/14 13:01:34 stelian Exp $"; + "$Id: dirs.c,v 1.31 2005/01/24 10:32:14 stelian Exp $"; #endif /* not lint */ #include @@ -753,7 +753,7 @@ comparedirmodes(void) unsigned long newflags; if (LSTAT(cp, &sb) < 0) { - warn("%s: does not exist", cp); + warn("unable to stat %s", cp); do_compare_error; continue; }