Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2016-08-31 20:19:36 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2016-09-04 14:40:51 +0300
commitfefa2aa0ef2a223327b75b4aab280a3df7a661d0 (patch)
treec9a7ccbf96b13b411654f9ed55f13b4c420ed8dc
parent2674ffdbbf22526b0d846bddd36c0d3a5a527f7f (diff)
Fix a bit of logging
-rwxr-xr-xcalm/calm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/calm/calm.py b/calm/calm.py
index 7c7ff4d..3f7f374 100755
--- a/calm/calm.py
+++ b/calm/calm.py
@@ -92,7 +92,7 @@ def process(args):
# validate the package set
if not package.validate_packages(args, packages[arch]):
- logging.error("existing %s package set has errors", arch)
+ logging.error("existing %s package set has errors" % (arch))
error = True
if error: