aboutsummaryrefslogtreecommitdiff
path: root/ca
diff options
context:
space:
mode:
authorMichael Elkins <melkins@tislabs.com>2015-03-24 19:37:13 +0000
committerMichael Elkins <melkins@tislabs.com>2015-03-24 19:37:13 +0000
commit2181881b83eb30aaa40d1bd68732c0632547a09b (patch)
tree42d3249ad893883fc14f14343fa989d1427119f6 /ca
parent7c251f0e49f46d3b59aa2b6f1ebcd65f4810b46a (diff)
log message when timing out should be at the ERROR level since the script has failed
svn path=/trunk/; revision=6072
Diffstat (limited to 'ca')
-rwxr-xr-xca/rpkigui-import-routes2
1 files changed, 1 insertions, 1 deletions
diff --git a/ca/rpkigui-import-routes b/ca/rpkigui-import-routes
index 3dce26b3..edff57cd 100755
--- a/ca/rpkigui-import-routes
+++ b/ca/rpkigui-import-routes
@@ -39,7 +39,7 @@ class BadArgument(Exception):
def timed_out(*ignored):
- logging.info('timed out')
+ logging.error('timed out')
sys.exit(1)