projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e26db0
)
Fix typo
author
Mark Spencer
<markster@digium.com>
Fri, 9 May 2003 00:26:34 +0000
(
00:26
+0000)
committer
Mark Spencer
<markster@digium.com>
Fri, 9 May 2003 00:26:34 +0000
(
00:26
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@983
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
astmm.c
patch
|
blob
|
history
diff --git
a/astmm.c
b/astmm.c
index
34ec842
..
94e4555
100755
(executable)
--- a/
astmm.c
+++ b/
astmm.c
@@
-336,7
+336,7
@@
void __ast_mm_init(void)
ast_cli_register(&show_memory_summary_cli);
mmlog = fopen("/var/log/asterisk/mmlog", "a+");
if (option_verbose)
- ast_verbose("Asterisk Malloc Debugger Started (see /var/log/mmlog)\n");
+ ast_verbose("Asterisk Malloc Debugger Started (see /var/log/asterisk/mmlog)\n");
if (mmlog) {
fprintf(mmlog, "%ld - New session\n", time(NULL));
fflush(mmlog);