mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Fix typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@983 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
astmm.c
2
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);
|
||||
|
Reference in New Issue
Block a user