aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_musiconhold.c
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-24 21:30:34 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-24 21:30:34 +0000
commit5b2b0761872b5f7bf64a8458cd1e57957c73a00d (patch)
tree90cfc72f1dc653db3f5f852b14fe9a8e6ec763d3 /res/res_musiconhold.c
parente64409c155774a5adccec4a3d2b1db856d155e5f (diff)
Fix a small typo I found.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41009 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_musiconhold.c')
-rw-r--r--res/res_musiconhold.c2
1 files changed, 1 insertions, 1 deletions
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;
}