From: phasefx Date: Wed, 5 Dec 2007 23:41:25 +0000 (+0000) Subject: This could be a normal condition, not an error X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=19f34513a21b3b092710a40f18b5625aca4cf9f3;p=Evergreen.git This could be a normal condition, not an error git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2_1@8156 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/chrome/content/util/network.js b/Open-ILS/xul/staff_client/chrome/content/util/network.js index 871c5d7ca8..3e77792e55 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/network.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/network.js @@ -266,7 +266,9 @@ util.network.prototype = { data.stash('list'); obj.reset_titlebars(data); return true; - } else { alert('Error applying new auth session in network.js'); } + } else { + obj.error.sdump('D_TRACE','No new session key after simple_auth in util/network\n'); + } return false; } catch(E) {