Skip to content

Commit

Permalink
Correct a log message
Browse files Browse the repository at this point in the history
  • Loading branch information
mhucka committed Oct 16, 2019
1 parent acc0ff1 commit 36a1c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microarchiver/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def network_available():
r = urllib.request.urlopen("http://www.google.com")
return True
except Exception:
if __debug__: log('could not connect to https://www.google.com')
if __debug__: log('could not connect to http://www.google.com')
return False
if r:
r.close()
Expand Down

0 comments on commit 36a1c38

Please sign in to comment.