From 5a64d15b594080b87a1802ce5df4acc67205628c Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Sat, 7 Jun 2008 18:32:07 +0000 Subject: [PATCH] made realm mismatch debug message clearer git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1011 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/plug-in/uac_auth/UACAuth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/plug-in/uac_auth/UACAuth.cpp b/core/plug-in/uac_auth/UACAuth.cpp index a279fc3e..9870bcf0 100644 --- a/core/plug-in/uac_auth/UACAuth.cpp +++ b/core/plug-in/uac_auth/UACAuth.cpp @@ -288,7 +288,7 @@ bool UACAuth::do_auth(const unsigned int code, const string& auth_hdr, 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()); }