diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 5f498eb8104b2503e5160e666a09275ad62d9f38..519d1c6a5c41eed0c1b439ce0cbb37676b39051a 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -4761,7 +4761,7 @@ static struct ast_conference *find_conf(struct ast_channel *chan, char *confno, } } if (!var) { - ast_debug(1, "%s isn't a valid conference\n", confno); + ast_log(LOG_WARNING, "%s isn't a valid conference\n", confno); } ast_config_destroy(cfg); }