Commit 17ef4df9 authored by Rafaël Carré's avatar Rafaël Carré

logger: uses html default filename when appropriate

parent fbfd5149
......@@ -210,6 +210,7 @@ static int Open( vlc_object_t *p_this )
if( !strcmp( mode, "html" ) )
{
p_sys->footer = HTML_FOOTER;
filename = LOG_FILE_HTML;
header = HTML_HEADER;
cb = HtmlPrint;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment