Copy&Paste error

It's `timeout` not `tmo` in this if clause.
This commit is contained in:
Daniel Jagszent 2014-06-05 23:34:32 +02:00
parent ea1e695608
commit de72a20a19

View File

@ -698,7 +698,7 @@ class RemoteFuncs(object):
pub_load['timeout'] = int(load['timeout'])
except ValueError:
msg = 'Failed to parse timeout value: {0}'.format(
load['tmo'])
load['timeout'])
log.warn(msg)
return {}
if 'tgt_type' in load: