]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
iTholo fixes
authorMark Spencer <markster@digium.com>
Tue, 2 Sep 2003 00:33:42 +0000 (00:33 +0000)
committerMark Spencer <markster@digium.com>
Tue, 2 Sep 2003 00:33:42 +0000 (00:33 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1460 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile
pbx.c

index 9383bfcb9b90d5dd6e51cd284debc814d229d611..844b9ab92b7c11fe8d59ffb82c4916e29b972967 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -189,6 +189,8 @@ ast_expr.o: ast_expr.c
 
 cli.o: cli.c build.h
 
+asterisk.o: asterisk.c build.h
+
 ifneq ($(strip $(ASTERISKVERSION)),)
 build.h: .version
        ./make_build_h
diff --git a/pbx.c b/pbx.c
index dea3ef4c67f5c40c2b03be367c38764574deb98c..8c48d1e094437d619a16830432a2d7cb6a7b4432 100755 (executable)
--- a/pbx.c
+++ b/pbx.c
@@ -1799,7 +1799,7 @@ int ast_pbx_run(struct ast_channel *c)
                        }
                        if (c->cdr) {
                            if (option_verbose > 2)
-                               ast_verbose(VERBOSE_PREFIX_2,"CDR updated on %s\n",c->name);    
+                               ast_verbose(VERBOSE_PREFIX_2 "CDR updated on %s\n",c->name);    
                            ast_cdr_update(c);
                    }
                }