[Pkg-privacy-commits] [torbirdy] 47/53: Update log comments

Ulrike Uhlig u-guest at moszumanska.debian.org
Sat Jul 2 20:08:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

u-guest pushed a commit to annotated tag 0.2.0
in repository torbirdy.

commit c0337354dd972fecef30f651ab987cc6c375e39d
Author: Sukhbir Singh <sukhbir at torproject.org>
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();
     }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbirdy.git



More information about the Pkg-privacy-commits mailing list