summaryrefslogtreecommitdiff
path: root/vmdb/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'vmdb/app.py')
-rw-r--r--vmdb/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmdb/app.py b/vmdb/app.py
index fb28145..5073a05 100644
--- a/vmdb/app.py
+++ b/vmdb/app.py
@@ -103,7 +103,7 @@ class Vmdb2(cliapp.Application):
]
for method in methods:
- logging.info('Calling {}'.format(method))
+ logging.info('Calling %s', method)
method(step, self.settings, state)
except BaseException as e:
vmdb.error(str(e))