diff options
author | Michael Elkins <melkins@tislabs.com> | 2015-03-24 19:37:13 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2015-03-24 19:37:13 +0000 |
commit | 2181881b83eb30aaa40d1bd68732c0632547a09b (patch) | |
tree | 42d3249ad893883fc14f14343fa989d1427119f6 /ca | |
parent | 7c251f0e49f46d3b59aa2b6f1ebcd65f4810b46a (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-x | ca/rpkigui-import-routes | 2 |
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) |