From: Simon Wilkinson Date: Mon, 1 Jun 2009 00:15:21 +0000 (+0000) Subject: STABLE14-vsprocs-log-format-bug-20090531 X-Git-Tag: openafs-stable-1_4_11pre1~19 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c337267c2cbb31a1b964338908c3929378b4f67d;p=packages%2Fo%2Fopenafs.git STABLE14-vsprocs-log-format-bug-20090531 LICENSE IPL10 fix the logged data to avoid a format string issue (cherry picked from commit 8e0b8243ea8b38e6ceab8f1dc6a0e032d6622568) --- diff --git a/src/volser/vsprocs.c b/src/volser/vsprocs.c index 79df3b3b7..e839f9f58 100644 --- a/src/volser/vsprocs.c +++ b/src/volser/vsprocs.c @@ -2316,7 +2316,7 @@ cpincr: &cookie); EGOTO1(mfail, code, "Failed to do the%s dump from old site to new site\n", - afromvol); + (flags & RV_NOCLONE) ? "" : " incremental"); VDONE; VPRINT1("Setting volume flags on destination volume %u ...", newVol);