diff --git a/res/res_pjsip_mwi.c b/res/res_pjsip_mwi.c
index dac8a96ead1ab65e16277db1aa50a667d3f4760a..8a61659916d139505442d97ce6cb24acce9532f7 100644
--- a/res/res_pjsip_mwi.c
+++ b/res/res_pjsip_mwi.c
@@ -676,7 +676,7 @@ static int mwi_new_subscribe(struct ast_sip_endpoint *endpoint,
 	}
 
 	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;
 	}