mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 19:28:53 +00:00
minor formatting change ... testing mantis/svn
(issue #9828) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67807 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2991,7 +2991,7 @@ static int leave_voicemail(struct ast_channel *chan, char *ext, struct leave_vm_
|
||||
|
||||
category = pbx_builtin_getvar_helper(chan, "VM_CATEGORY");
|
||||
|
||||
if(option_debug > 2)
|
||||
if (option_debug > 2)
|
||||
ast_log(LOG_DEBUG, "Before find_user\n");
|
||||
if (!(vmu = find_user(&svm, context, ext))) {
|
||||
ast_log(LOG_WARNING, "No entry in voicemail config file for '%s'\n", ext);
|
||||
|
Reference in New Issue
Block a user