summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Albert <albertj@us.ibm.com>2017-08-24 13:13:18 -0500
committerJason Albert <albertj@us.ibm.com>2017-08-24 13:13:18 -0500
commit24d84e0386154b251ee84e19cd37d1c507b2dd34 (patch)
tree948826fa13cc618b8341d8b87f7f29f909ae35cd
parent441c9cae29b77272ddff9dc317f1e4c8a40a7dbb (diff)
downloadvpdtools-24d84e0386154b251ee84e19cd37d1c507b2dd34.tar.gz
vpdtools-24d84e0386154b251ee84e19cd37d1c507b2dd34.zip
Tweak to stage 3 output message
-rwxr-xr-xcreateVpd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/createVpd.py b/createVpd.py
index da2dece..f50603d 100755
--- a/createVpd.py
+++ b/createVpd.py
@@ -938,7 +938,7 @@ if (errorsFound):
# We now have a correct tvpd, use it to create a binary VPD image
out.setIndent(0)
-out.msg("==== Stage 3: Creating binary VPD image")
+out.msg("==== Stage 3: Creating VPD output files")
out.setIndent(2)
# Create our output file names
if (clRecordMode):
OpenPOWER on IntegriCloud