From: pines Date: Fri, 25 Aug 2006 21:18:35 +0000 (+0000) Subject: D_XULRUNNER X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=09a2176acbc6838c938ab41a045d12bf8e58defb;p=evergreen%2Fpines.git D_XULRUNNER git-svn-id: svn://svn.open-ils.org/ILS/trunk@5695 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/chrome/content/util/error.js b/Open-ILS/xul/staff_client/chrome/content/util/error.js index 75f8b24a9b..1ad5c5cf85 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/error.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/error.js @@ -44,6 +44,7 @@ util.error.prototype = { 'D_TRACE' : { 'dump' : true }, 'D_ALERT' : { 'alert' : true, 'dump' : true }, 'D_WARN' : false, + 'D_XULRUNNER' : false, 'D_DECK' : { 'dump' : true }, 'D_TRACE_ENTER' : false, 'D_TRACE_EXIT' : false, diff --git a/Open-ILS/xul/staff_client/chrome/content/util/list.js b/Open-ILS/xul/staff_client/chrome/content/util/list.js index 5f8a1e057e..4fc1b82c47 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/list.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/list.js @@ -464,7 +464,7 @@ util.list.prototype = { } } } catch(E) { - obj.error.sdump('D_ERROR', 'List implementation changed? ' + E); + obj.error.sdump('D_XULRUNNER', 'List implementation changed? ' + E); } } catch(E) { obj.error.sdump('D_ERROR',E); } },