This could be a normal condition, not an error
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 5 Dec 2007 23:41:25 +0000 (23:41 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 5 Dec 2007 23:41:25 +0000 (23:41 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2_1@8156 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/chrome/content/util/network.js

index 871c5d7..3e77792 100644 (file)
@@ -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) {