[open-ils-commits] r8156 -
branches/rel_1_2_1/Open-ILS/xul/staff_client/chrome/content/util
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Dec 5 19:01:07 EST 2007
Author: phasefx
Date: 2007-12-05 18:41:25 -0500 (Wed, 05 Dec 2007)
New Revision: 8156
Modified:
branches/rel_1_2_1/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_1/Open-ILS/xul/staff_client/chrome/content/util/network.js
===================================================================
--- branches/rel_1_2_1/Open-ILS/xul/staff_client/chrome/content/util/network.js 2007-12-05 23:40:25 UTC (rev 8155)
+++ branches/rel_1_2_1/Open-ILS/xul/staff_client/chrome/content/util/network.js 2007-12-05 23:41:25 UTC (rev 8156)
@@ -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