diff --git a/Cassandane/Util/Log.pm b/Cassandane/Util/Log.pm index 17d2cc7..11b747f 100644 --- a/Cassandane/Util/Log.pm +++ b/Cassandane/Util/Log.pm @@ -51,9 +51,6 @@ our @EXPORT = qw( my $verbose = 0; -openlog('cassandane', '', LOG_LOCAL6) - or die "Cannot openlog"; - sub xlog { my $id; @@ -70,7 +67,6 @@ sub xlog $msg .= "($id) " if $id; $msg .= join(' ', @_); print STDERR "$msg\n"; - syslog(LOG_ERR, "$msg"); } sub set_verbose