typo: "time wrap" should be "time warp"

This commit is contained in:
Fil 2016-04-03 10:32:13 +02:00
parent 16df4da7d2
commit 7a4472db4c
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ class FileServer(ConnectionServer):
time.sleep(30)
if time.time() - max(self.last_request, last_time) > 60 * 3: # If taken more than 3 minute then the computer was in sleep mode
self.log.info(
"Wakeup detected: time wrap from %s to %s (%s sleep seconds), acting like startup..." %
"Wakeup detected: time warp from %s to %s (%s sleep seconds), acting like startup..." %
(last_time, time.time(), time.time() - last_time)
)
self.checkSites(check_files=False, force_port_check=True)