[exim-dev] [Bug 3039] "log_write called with no log flags se…

Top Page
Delete this message
Reply to this message
Author: Exim Bugzilla
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 3039] "log_write called with no log flags set" when log_reject_target empty
https://bugs.exim.org/show_bug.cgi?id=3039

--- Comment #2 from Matthew Frost <matthewf-eximbugzilla@???> ---
I agree it doesn't show up under -bh.

log.c line 967 seems to be the source of the check:

/* If no log file is specified, we are in a mess. */

if (!(flags & (LOG_MAIN|LOG_PANIC|LOG_REJECT)))
  log_write(0, LOG_MAIN|LOG_PANIC_DIE, "log_write called with no log "
    "flags set");


--
You are receiving this mail because:
You are on the CC list for the bug.

--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-dev.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-dev-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/