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>2019-09-18 20:28:41 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2019-09-18 20:29:38 +0300
commitf306157b7f82fb675f517da584598b6cd06cb693 (patch)
treeaaf1ca981fd33d2c4b2c0c08ba13eda170e9c8d6
parent26ece0fb8604df395679003a08327667aff28011 (diff)
Clarify error when we can process uploads since relarea has errors
-rwxr-xr-xcalm/calm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/calm/calm.py b/calm/calm.py
index c68b12d..dd3e184 100755
--- a/calm/calm.py
+++ b/calm/calm.py
@@ -554,7 +554,7 @@ def do_daemon(args, state):
state.packages = process_relarea(args)
if not state.packages:
- logging.error("not processing uploads or writing setup.ini")
+ logging.error("errors in relarea, not processing uploads or writing setup.ini")
else:
if read_uploads:
if last_signal != signal.SIGALRM: