[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [torbirdy/develop] Update log comments
commit c0337354dd972fecef30f651ab987cc6c375e39d
Author: Sukhbir Singh <sukhbir@xxxxxxxxxxxxxx>
Date: Wed Jun 15 08:40:19 2016 -0400
Update log comments
---
components/torbirdy.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/torbirdy.js b/components/torbirdy.js
index 1f569d0..84ea9c7 100644
--- a/components/torbirdy.js
+++ b/components/torbirdy.js
@@ -459,7 +459,7 @@ TorBirdy.prototype = {
onUninstalling: function(addon, needsRestart) {
this.onStateChange();
if (addon.id == TB_ID) {
- dump("Nooo! TorBirdy uninstall requested\n");
+ dump("TorBirdy uninstall requested\n");
this._uninstall = true;
this.resetUserPrefs();
}
@@ -468,7 +468,7 @@ TorBirdy.prototype = {
onOperationCancelled: function(addon) {
this.onStateChange();
if (addon.id == TB_ID) {
- dump("Uninstall requested cancelled. Yayay!\n");
+ dump("Uninstall requested cancelled\n");
this._uninstall = false;
this.setPrefs();
}
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits