summaryrefslogtreecommitdiff
path: root/ybd/rpm.py
diff options
context:
space:
mode:
Diffstat (limited to 'ybd/rpm.py')
-rw-r--r--ybd/rpm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ybd/rpm.py b/ybd/rpm.py
index 5daa53c..f3dd272 100644
--- a/ybd/rpm.py
+++ b/ybd/rpm.py
@@ -523,7 +523,7 @@ def deploy_rpm(dn, userdata):
dstfilename = rpm_deployment_filename(dn, cached_path)
dstpath = os.path.join(userdata['dstdir'], dstfilename)
shutil.copyfile(cached_path, dstpath)
- app.log(dn, "Copied %s to deployment area" % dstfilename)
+ app.log(dn, "Copied %s to deployment area" % dstfilename, verbose=True)
return True