Skip to content

Commit

Permalink
typo: "time wrap" should be "time warp"
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil committed Apr 3, 2016
1 parent 16df4da commit 7a4472d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/File/FileServer.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def wakeupWatcher(self):
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)
Expand Down

0 comments on commit 7a4472d

Please sign in to comment.