Sylvain DEROSIAUX <[email protected]> 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 ([email protected])               <http://www.eyrie.org/~eagle/>



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to