Skip to content

Commit

Permalink
Fixup for wrong error message
Browse files Browse the repository at this point in the history
  • Loading branch information
gk-tpo committed Feb 21, 2017
1 parent 9c4a20b commit 932ea5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chrome/content/torbutton.js
Expand Up @@ -1117,7 +1117,7 @@ function torbutton_do_new_identity() {
m_tb_prefs.clearUserPref("general.open_location.last_url");
}
} catch(e) {
torbutton_log(3, "Exception on wifi token clear: "+e);
torbutton_log(3, "Exception on clearing last opened location: "+e);
}

torbutton_log(3, "New Identity: Closing tabs and clearing searchbox");
Expand Down

0 comments on commit 932ea5e

Please sign in to comment.