From 8d35eeab0bad341f8ddc0c5b22fe2ca36880ea8d Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 6 Jun 2007 19:44:57 +0000 Subject: [PATCH] minor formatting change ... testing mantis/svn (issue #9828) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67807 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_voicemail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index a08d2c06db..3361aba1d8 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -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);