> thanks for that fix; it's now in trunk, and as bug 4901 for b3_1_0. Thanks, that was quick!
> but I don't get that last point -- warn() should always be noiser than > dbg(), hence less likely to go by unnoticed.... You may disregard it. It would be true if dbg would log to syslog or some other file, as warn only writes to stderr which usually goes to a bit bucket on daemonized process. Mark