(cherry picked from commit 35329870fe22115fd24a396b743e4814278ce46a) (cherry picked from commit 3997dcccf36579442cb92222fe0868accd64b537)
@@ -687,7 +687,7 @@ static int pv_www_authenticate2(struct sip_msg *msg, char* realm,
}
if (get_str_fparam(&smethod, msg, (fparam_t*)method) < 0) {
- LM_ERR("failed to get method value\n");
+ LM_ERR("failed to get method value from msg %p var %p\n", msg, method);
goto error;