From e2b4719d85c280029b7ada156d9e6cd72172821b Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Mon, 1 Jun 2009 00:13:59 +0000 Subject: [PATCH] DEVEL15-vsprocs-log-format-bug-20090531 LICENSE IPL10 fix the logged data to avoid a format string issue (cherry picked from commit 8e0b8243ea8b38e6ceab8f1dc6a0e032d6622568) --- src/volser/vsprocs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/volser/vsprocs.c b/src/volser/vsprocs.c index 03ba43ca4c..23abfc4dd9 100644 --- a/src/volser/vsprocs.c +++ b/src/volser/vsprocs.c @@ -2361,7 +2361,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);