[sr-dev] different mysql errors

Juha Heinanen jh at tutpro.com
Thu Jun 4 11:34:22 CEST 2009


Andrei Pelinescu-Onciul writes:

 > Replace the corresponding LOG line with:
 > LOG_(DEFAULT_FACILITY, L_INFO, "<script>: ",  ...(old LOG
 > content)...)

andrei,

are you suggesting that if i now have xlog

xlog("L_INFO", "INFO: Routing in-dialog $rm from <$fu> to <$ru>\n")

i should replace it with

LOG_(DEFAULT_FACILITY, L_INFO, "<script>: ", "INFO: Routing in-dialog $rm from <$fu> to <$ru>\n" )

if yes, it is far too long and complicated. 

there must be a way to make the original xlog to produce the message
without line number.

-- juha



More information about the sr-dev mailing list