mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Typo
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
95b43d4226
commit
72976d6a0b
1 changed files with 2 additions and 2 deletions
|
@ -130,10 +130,10 @@ class Collector(salt.utils.process.SignalHandlingProcess):
|
|||
while True:
|
||||
curr_time = time.time()
|
||||
if time.time() > self.hard_timeout:
|
||||
log.error("Hard timeout reaced in test collector!")
|
||||
log.error("Hard timeout reached in test collector!")
|
||||
break
|
||||
if curr_time - last_msg >= self.timeout:
|
||||
log.error("Receive timeout reaced in test collector!")
|
||||
log.error("Receive timeout reached in test collector!")
|
||||
break
|
||||
try:
|
||||
payload = yield self._recv()
|
||||
|
|
Loading…
Add table
Reference in a new issue