mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-21 01:01:02 +00:00
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:
@@ -762,7 +762,7 @@ static int moh_scan_files(struct mohclass *class) {
|
|||||||
|
|
||||||
files_DIR = opendir(class->dir);
|
files_DIR = opendir(class->dir);
|
||||||
if (!files_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;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user