From e6ef3d9de07c7fb2531fb2b7b9db5580a1a77803 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Mon, 19 Jul 2010 18:34:55 +0200 Subject: [PATCH] DSM: fix debug message for outgoing call --- apps/dsm/DSM.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dsm/DSM.cpp b/apps/dsm/DSM.cpp index a10f7d38..14d5ec50 100644 --- a/apps/dsm/DSM.cpp +++ b/apps/dsm/DSM.cpp @@ -763,7 +763,7 @@ AmSession* DSMFactory::onInvite(const AmSipRequest& req, addParams(s, req.hdrs); if (NULL == cred) { - WARN("discarding unknown session parameters.\n"); + DBG("outgoing DSM call will not be authenticated.\n"); } else { AmSessionEventHandlerFactory* uac_auth_f = AmPlugIn::instance()->getFactory4Seh("uac_auth");