Fix typo in log-message.

merge-requests/218/head
Jens Lody 9 years ago
parent 7ec1b05cec
commit 266f87650e
  1. 3
      src/extension.js

@ -450,8 +450,7 @@ const OpenweatherMenuButton = new Lang.Class({
try {
this._connected = this._network_monitor.can_reach(address, cancellable);
} catch (err) {
let title = _("Can not not connect to %s").format(url);
// Main.notifyError(title, err.message);
let title = _("Can not connect to %s").format(url);
log(title + '\n' + err.message);
}

Loading…
Cancel
Save