-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi,
I got a further problem with openser 1.3 update.
Config line is (got it from README file in xlog module dir): xdbg("time $Cbx[$Tf]$Cxx method <$rm> r-uri <$ru>\n");
Console output is: Oct 25 14:13:48 [24777] ERROR:core:pv_parse_spec: error searching pvar "Cbx" Oct 25 14:13:48 [24777] ERROR:core:pv_parse_spec: wrong char [x/120] in [$Cbx[$Tf]$Cxx method <$rm> r-uri <$ru> ] at [3 (0)] Oct 25 14:13:48 [24777] ERROR:xlog:xdbg_fixup: ERROR: wrong format[time $Cbx[$Tf]$Cxx method <$rm> r-uri <$ru> ] Oct 25 14:13:48 [24777] ERROR:core:fix_actions: fixing failed (code=-1) at cfg line 1486 Oct 25 14:13:48 [24777] ERROR:core:main: failed to fix configuration with err code -1
again: openser 1.2 works with it.
regards helmut
El Thursday 25 October 2007 14:15:06 Helmut Kuper escribió:
Hi,
I got a further problem with openser 1.3 update.
Config line is (got it from README file in xlog module dir): xdbg("time $Cbx[$Tf]$Cxx method <$rm> r-uri <$ru>\n");
Console output is: Oct 25 14:13:48 [24777] ERROR:core:pv_parse_spec: error searching pvar "Cbx" Oct 25 14:13:48 [24777] ERROR:core:pv_parse_spec: wrong char [x/120]
Since 1.3 the corect syntax is:
$C(xx) instead of the previous $(Cxx)