Sylvain DEROSIAUX <sylvain.derosi...@univ-lille3.fr> writes: > I'm running mod_fcgid under Apache 2 and I have catched this error in > the log :
> [Thu Jun 10 11:25:32 2010] [warn] mod_fcgid: stderr: Use of uninitialized > value $_[0] in sprintf at /usr/lib/perl/5.10/Sys/Syslog.pm line 365. This is probably a bug in whatever script is calling Sys::Syslog. That error message means that something called: syslog($priority, "%s", $foo); or the like, and $foo was undef. -- Russ Allbery (r...@debian.org) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org