From: phasefx Date: Wed, 25 Mar 2009 03:14:33 +0000 (+0000) Subject: bad error message X-Git-Tag: sprint4-merge-nov22~10416 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=589acf55232f79c621ad5fa461ff799ab19ed23c;p=working%2FEvergreen.git bad error message git-svn-id: svn://svn.open-ils.org/ILS/trunk@12663 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/chrome/content/util/controller.js b/Open-ILS/xul/staff_client/chrome/content/util/controller.js index 2e257c8d09..33647826aa 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/controller.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/controller.js @@ -56,7 +56,7 @@ util.controller.prototype = { this.render_list[i][1](param); } } catch(E) { - var error = 'Problem in circ.checkout.render with\n' + var error = 'Problem in util.controller.render with\n' + this.render_list[i] + '\n\n' + js2JSON(E); this.error.sdump('D_ERROR',error); }