# Do not define the syslog variables about a deprecated function, which is not needed here.
# Closes Debian bug: #574344

diff -Naur serverstats-0.8.2.orig//includes/logger_syslog.class.php serverstats-0.8.2/includes/logger_syslog.class.php
--- serverstats-0.8.2.orig//includes/logger_syslog.class.php	2007-12-03 15:04:48.000000000 +0100
+++ serverstats-0.8.2/includes/logger_syslog.class.php	2010-04-09 22:43:47.000000000 +0200
@@ -27,7 +27,7 @@
 {
 	public function __construct($ident = 'Serverstats', $options = null, $facility = null)
 	{
-		define_syslog_variables();
+//		define_syslog_variables();
 		if (!isset($options))
 		{
 			$options = LOG_ODELAY || LOG_PID;
