[Pkg-mozext-commits] [perspectives-extension] 11/22: Pers_notify - Remove newline from debug log
David Prévot
taffit at moszumanska.debian.org
Wed Feb 26 22:23:49 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch debian
in repository perspectives-extension.
commit 9b0d8e6a97a5a2810269fb93271d717e6f75f692
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date: Tue Feb 11 23:24:12 2014 -0700
Pers_notify - Remove newline from debug log
---
plugin/chrome/content/notify.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugin/chrome/content/notify.js b/plugin/chrome/content/notify.js
index 96ff2f8..ca49b28 100644
--- a/plugin/chrome/content/notify.js
+++ b/plugin/chrome/content/notify.js
@@ -170,7 +170,7 @@ var Pers_notify = {
}
try {
// run probe
- Pers_debug.d_print("main", "User gives probe permission\n");
+ Pers_debug.d_print("main", "User gives probe permission");
ti.has_user_permission = true;
Pers_statusbar.setStatus(ti.uri, Pers_statusbar.STATE_QUERY,
Perspectives.strbundle.getFormattedString("contactingNotariesAbout",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/perspectives-extension.git
More information about the Pkg-mozext-commits
mailing list