diff --git a/res/res_pjsip_exten_state.c b/res/res_pjsip_exten_state.c
index 332f45b3acfde292a4d54a64c36331876cd2681a..a8740e51535cbd2876590a3e8c785d8fb74de6ba 100644
--- a/res/res_pjsip_exten_state.c
+++ b/res/res_pjsip_exten_state.c
@@ -334,7 +334,7 @@ static int new_subscribe(struct ast_sip_endpoint *endpoint,
 		const char *resource)
 {
 	if (!ast_exists_extension(NULL, endpoint->context, resource, PRIORITY_HINT, NULL)) {
-		ast_log(LOG_WARNING, "Extension %s does not exist or has no associated hint\n", resource);
+		ast_log(LOG_NOTICE, "Extension %s does not exist or has no associated hint\n", resource);
 		return 404;
 	}