Re: Please generate the ChangeLog file also for snapshots
Marco d'Itri <[email protected]>
| Newsgroups | gmane.network.inn |
|---|---|
| Message-ID | <X/[email protected]> |
On Nov 24, Julien ÉLIE <[email protected]> wrote: > In the no_unused_python patch, when Python filter files are not found, > logs are changed from error to notice: > > https://salsa.debian.org/md/inn2/-/raw/master/debian/patches/no_unused_python > syslog(L_NOTICE, "python is not initialized"); > syslog(L_NOTICE, "%s not installed", path); > > Shouldn't the same level (notice) be also used for Perl filters? > In lib/perl.c, PERLsetup logs it as en error: > > syslog(L_ERROR,"SERVER perl loading %s failed: %s", > startupfile, SvPV(errsv, PL_na)); No, because this message is used to report syntax errors in the Perl code. If you want to support Perl-less operations then you should add an access() check like the Python one. -- ciao, Marco _______________________________________________ inn-workers mailing list [email protected] https://lists.isc.org/mailman/listinfo/inn-workers