From 2a3aaa9818198885756ab59ceb1408268991882f Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Thu, 24 Aug 2006 21:30:34 +0000 Subject: Fix a small typo I found. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41009 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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 8bcb62511..18436e0bf 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; } -- cgit v1.2.3