From a23adcca3d747f14590ddf7860f72418a4475866 Mon Sep 17 00:00:00 2001 From: Michael Cargile Date: Thu, 16 Jul 2015 10:13:10 -0400 Subject: res/res_musiconhold: Add a warning when MOH does not exist Change-Id: Ifdfbd0b97cf31478d29923ec30aabce28d01740b --- res/res_musiconhold.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c index cbeaab535..2ac5081b9 100644 --- a/res/res_musiconhold.c +++ b/res/res_musiconhold.c @@ -881,7 +881,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; -- cgit v1.2.3