Attention is currently required from: Hoernchen.
Patch set 1:Code-Review -1
1 comment:
File src/logging.c:
Patch Set #1, Line 778: if (tall_log_ctx == NULL) {
There was a 'break' in the macro, so that either the fallback or the normal logic is executed. Now you're changing the flow to execute both fallback or the normal logic if tall_log_ctx is NULL. This is wrong. You need to do 'else if' here to avoid executing both.
To view, visit change 30610. To unsubscribe, or for help writing mail filters, visit settings.