[open-ils-commits] r8154 -
branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/util
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Dec 5 18:59:04 EST 2007
Author: phasefx
Date: 2007-12-05 18:39:22 -0500 (Wed, 05 Dec 2007)
New Revision: 8154
Modified:
branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/util/network.js
Log:
This could be a normal condition, not an error
Modified: branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/util/network.js
===================================================================
--- branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/util/network.js 2007-12-05 23:31:23 UTC (rev 8153)
+++ branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/util/network.js 2007-12-05 23:39:22 UTC (rev 8154)
@@ -266,7 +266,9 @@
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) {
More information about the open-ils-commits
mailing list