[syslog-ng]What's the diffrence in internal() between 1.5.15 and 1.5.18

Andreas Schulze Andreas.Schulze@mediaWays.NET
Thu, 20 Jun 2002 17:14:13 +0200


Hi Batzi,

we switched from 1.5.15 to 1.5.18 and observed the following
difference in handling logging 'STATS' and daemon start/stop
to the internal() source:

1.5.15: works fine for us. STATS and daemon start/stop are logged
to a file attached to internal()

1.5.18: seems nothing is logged to internal().

Where are we wrong. We don't changed the config file.

Thanks for hints.
-- 
Best regards --Andreas Schulze
               [phone: +49.5246.80.1275, fax: +49.5246.80.2275]

| I believe, it was Dennis Ritchie who said something like:
|   "C is rarely the best language for a given task,
|    but it's often the second-best".
| The implication being that: "[...]"
|
| sh# cat>$$.c<<EOT
| main(l,a,n,d)char**a;{for(d=atoi(a[1])/10*80-atoi(a[2])/5-596;n="@NK\
| ACLCCGZAAQBEAADAFaISADJABBA^SNLGAQABDAXIMBAACTBATAHDBANZcEMMCCCCAAhE\
| IJFAEAAABAfHJETBdFLDAANEfDNBPHdBcBBBEA_AL H E L L O,    W O R L D! "
| [l++-3];)for(;n-->64;)putchar(!d+++33^l&1);}
| EOT
| gcc -o$$ $$.c;clear;./$$ 52 8;rm -f $$*