Author: gtjoseph
Date: Wed Jan  7 12:15:02 2015
New Revision: 430318

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=430318
Log:
res_pjsip_mwi: Change "MWI Subscription failed" message from warning to notice

The "MWI Subscription failed" message means the client is trying to subscribe
to a mailbox that doesn't exist.  There's no need to clutter up logs with
warnings for a client misconfiguration so I changed it to a notice.

Tested-by: George Joseph

Review: https://reviewboard.asterisk.org/r/4306/
........

Merged revisions 430317 from http://svn.asterisk.org/svn/asterisk/branches/13

Modified:
    trunk/   (props changed)
    trunk/res/res_pjsip_mwi.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-13-merged' - no diff available.

Modified: trunk/res/res_pjsip_mwi.c
URL: 
http://svnview.digium.com/svn/asterisk/trunk/res/res_pjsip_mwi.c?view=diff&rev=430318&r1=430317&r2=430318
==============================================================================
--- trunk/res/res_pjsip_mwi.c (original)
+++ trunk/res/res_pjsip_mwi.c Wed Jan  7 12:15:02 2015
@@ -676,7 +676,7 @@
        }
 
        if (ast_strlen_zero(aor->mailboxes)) {
-               ast_log(LOG_WARNING, "AOR %s has no configured mailboxes. "
+               ast_log(LOG_NOTICE, "AOR %s has no configured mailboxes. "
                        "MWI subscription failed\n", resource);
                return 404;
        }


-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

svn-commits mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/svn-commits

Reply via email to