Skip to content

Commit

Permalink
Merge pull request #406 from Fil/patch-1
Browse files Browse the repository at this point in the history
typo: "time wrap" should be "time warp"
  • Loading branch information
HelloZeroNet committed Apr 4, 2016
2 parents 16df4da + 7a4472d commit 293e5ed
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 293e5ed

Please sign in to comment.