blasted, that should not be there

This commit is contained in:
Craig Andrews 2009-11-12 20:15:10 -05:00
parent ed690615de
commit f60a55d9ec

View File

@ -1058,7 +1058,6 @@ function common_log($priority, $msg, $filename=null)
}
} else {
common_ensure_syslog();
error_log($msg);
syslog($priority, $msg);
}
}