diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c index 8bcb625111..18436e0bff 100644 --- a/res/res_musiconhold.c +++ b/res/res_musiconhold.c @@ -762,7 +762,7 @@ static int moh_scan_files(struct mohclass *class) { files_DIR = opendir(class->dir); if (!files_DIR) { - ast_log(LOG_WARNING, "Cannot open dir %s or dir does not exist", class->dir); + ast_log(LOG_WARNING, "Cannot open dir %s or dir does not exist\n", class->dir); return -1; }