Skip to content

Commit

Permalink
file: register filedata loggers before file
Browse files Browse the repository at this point in the history
This fixes the issue that 'stored' remained false even if the file
was stored.

Reported-by: Chris Wakelin
  • Loading branch information
victorjulien committed Oct 7, 2016
1 parent 4126fd8 commit f4b165d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output.c
Original file line number Diff line number Diff line change
Expand Up @@ -1029,8 +1029,8 @@ void OutputRegisterRootLoggers(void)
{
OutputPacketLoggerRegister();
OutputTxLoggerRegister();
OutputFileLoggerRegister();
OutputFiledataLoggerRegister();
OutputFileLoggerRegister();
OutputStreamingLoggerRegister();
}

Expand Down

0 comments on commit f4b165d

Please sign in to comment.