Author: sayer
Date: 2008-06-07 20:32:07 +0200 (Sat, 07 Jun 2008)
New Revision: 1011

Modified:
   trunk/core/plug-in/uac_auth/UACAuth.cpp
Log:
made realm mismatch debug message clearer

Modified: trunk/core/plug-in/uac_auth/UACAuth.cpp
===================================================================
--- trunk/core/plug-in/uac_auth/UACAuth.cpp     2008-06-05 14:08:01 UTC (rev 
1010)
+++ trunk/core/plug-in/uac_auth/UACAuth.cpp     2008-06-07 18:32:07 UTC (rev 
1011)
@@ -288,7 +288,7 @@
 
   if (credential->realm.length() 
       && (credential->realm != challenge.realm)) {
-    DBG("realm mismatch ('%s' vs '%s'). auth failed.\n", 
+    DBG("authentication realm mismatch ('%s' vs '%s').\n", 
        credential->realm.c_str(),challenge.realm.c_str());
   }
  

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to