From e1b4e3c9aa477c10ed44b03a35c68ff81a64bd5f Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 20 Feb 2006 02:59:25 +0000 Subject: [PATCH 1/1] forgot the logging label git-svn-id: svn://svn.open-ils.org/ILS/trunk@3129 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/legacy/_browse.xul | 2 +- Open-ILS/xul/staff_client/server/circ/copy_status.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/legacy/_browse.xul b/Open-ILS/xul/staff_client/chrome/content/legacy/_browse.xul index 26bb501f87..1465b46afc 100644 --- a/Open-ILS/xul/staff_client/chrome/content/legacy/_browse.xul +++ b/Open-ILS/xul/staff_client/chrome/content/legacy/_browse.xul @@ -345,7 +345,7 @@ ] ).length == 0 ? 1 : 0; } catch(E) { - g.error.sdump('batch permission check: ' + E); + g.error.sdump('D_ERROR','batch permission check: ' + E); } list = util.functional.map_list( diff --git a/Open-ILS/xul/staff_client/server/circ/copy_status.js b/Open-ILS/xul/staff_client/server/circ/copy_status.js index 68bc6776a5..d1e582770c 100644 --- a/Open-ILS/xul/staff_client/server/circ/copy_status.js +++ b/Open-ILS/xul/staff_client/server/circ/copy_status.js @@ -224,7 +224,7 @@ circ.copy_status.prototype = { ] ).length == 0 ? 1 : 0; } catch(E) { - obj.error.sdump('batch permission check: ' + E); + obj.error.sdump('D_ERROR','batch permission check: ' + E); } var title = list.length == 1 ? 'Copy' : 'Copies'; -- 2.43.2