On Jun 04, 2009 at 09:19, Juha Heinanen <jh(a)tutpro.com> wrote:
[...]
by the way, how to get rid of
"xlog [xlog.c:186]:"
in xlog INFO output?
Replace the corresponding LOG line with:
LOG_(DEFAULT_FACILITY, L_INFO, "<script>: ", ...(old LOG content)...)
We use "<script>: " as prefix for the script xlog() (modules_s/xlog) and
log() (core).
Andrei