From ceca931b223da0c3620965d94b69c5b859dbcbe0 Mon Sep 17 00:00:00 2001 From: phasefx Date: Tue, 21 Feb 2006 07:28:47 +0000 Subject: [PATCH] debugging git-svn-id: svn://svn.open-ils.org/ILS/trunk@3139 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/util/error.js | 1 + 1 file changed, 1 insertion(+) 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 91524f9409..bce3d4a26e 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/error.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/error.js @@ -34,6 +34,7 @@ util.error.prototype = { 'sdump_levels' : { 'D_NONE' : false, 'D_ALL' : false, 'D_ERROR' : true, 'D_DEBUG' : true, 'D_TRACE' : true, + 'D_WARN' : true, 'D_TRACE_ENTER' : false, 'D_TRACE_EXIT' : false, 'D_TIMEOUT' : false, 'D_FILTER' : false, 'D_CONSTRUCTOR' : false, 'D_FIREFOX' : false, 'D_LEGACY' : false, 'D_DATA' : false, -- 2.43.2