Skip to content
Snippets Groups Projects
Commit 814d7db1 authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix typo

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@983 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 5e26db0a
Branches
Tags
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment