1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Update dovecot

Remove debug output
This commit is contained in:
Alexander Shurakov 2016-01-26 15:32:33 +03:00
parent e5260be436
commit a3a7008904

View file

@ -177,10 +177,6 @@ if (!defined $pos) {
$pos = $startsize;
}
print "# Logfile: $logfile\n";
print "# Pos: $pos\n";
print "# Startsize: $startsize\n";
if ($startsize < $pos) {
# Log rotated
parseDovecotfile ($rotlogfile, $pos, (stat $rotlogfile)[7]);