From e626476498eb3bf29bf60223ea9454288efe51dd Mon Sep 17 00:00:00 2001 From: "mozilla.BenB%bucksch.org" Date: Wed, 18 Jun 2003 16:18:48 +0000 Subject: [PATCH] accidently checked in activagted debug printouts --- extensions/sroaming/resources/content/prefs/all.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/sroaming/resources/content/prefs/all.js b/extensions/sroaming/resources/content/prefs/all.js index 73422ce84b3..82aff8b2c6d 100644 --- a/extensions/sroaming/resources/content/prefs/all.js +++ b/extensions/sroaming/resources/content/prefs/all.js @@ -415,8 +415,8 @@ RoamingPrefs.prototype = text += "\n" + tech; GetPromptService().alert(window, dialogTitle, text); } catch(e) { - dump("Error while trying to display an error: " + e - + " (original error: " + prop + " " + tech + ")\n"); + dumpError("Error while trying to display an error: " + e + + " (original error: " + prop + " " + tech + ")\n"); } } }