Fix a small typo I found.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41009 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jason Parker 2006-08-24 21:30:34 +00:00
parent 1ff5a0988d
commit 2a3aaa9818
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}