summaryrefslogtreecommitdiff
path: root/Echolot/Log.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Echolot/Log.pm')
-rw-r--r--Echolot/Log.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Echolot/Log.pm b/Echolot/Log.pm
index 7e60612..a3b4492 100644
--- a/Echolot/Log.pm
+++ b/Echolot/Log.pm
@@ -33,7 +33,7 @@ my $LOGLEVEL;
my $LOGFILE;
my $LOGFH;
-my @monnames = qw{Jan Feb Mar Arp May Jun Jul Aug Sep Oct Nov Dec};
+my @monnames = qw{Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec};
sub header_log($$) {
my ($level, $msg) = @_;