DEVEL15-vsprocs-log-format-bug-20090531

LICENSE IPL10

fix the logged data to avoid a format string issue


(cherry picked from commit 8e0b8243ea8b38e6ceab8f1dc6a0e032d6622568)
This commit is contained in:
Simon Wilkinson 2009-06-01 00:13:59 +00:00 committed by Derrick Brashear
parent d90d600a62
commit e2b4719d85

View File

@ -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);