diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c
index dbf2c6056858d4212f5d91fac827e387d6480923..91724734e2ae62d8c52c9bac5a4e8c48867f99a8 100644
--- a/res/res_musiconhold.c
+++ b/res/res_musiconhold.c
@@ -893,7 +893,7 @@ static struct mohclass *_get_mohbyname(const char *name, int warn, int flags, co
 #endif
 
 	if (!moh && warn) {
-		ast_debug(1, "Music on Hold class '%s' not found in memory\n", name);
+		ast_log(LOG_WARNING, "Music on Hold class '%s' not found in memory. Verify your configuration.\n", name);
 	}
 
 	return moh;