From 2fe24fdc04fd5edc23c9b19a118ec4040ef41b73 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Tue, 29 Sep 2020 13:20:19 +0200 Subject: [PATCH] indent --- network/cisco/callmanager/sxml/mode/alerts.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/cisco/callmanager/sxml/mode/alerts.pm b/network/cisco/callmanager/sxml/mode/alerts.pm index 969534a21..568041582 100644 --- a/network/cisco/callmanager/sxml/mode/alerts.pm +++ b/network/cisco/callmanager/sxml/mode/alerts.pm @@ -116,7 +116,7 @@ sub get_list_files { # format: AlertLog_MM_DD_YYYY_hh_mm.csv for (; $last_timestamp <= ($current_timestamp + 86400); $last_timestamp += 86400) { my $dt = DateTime->from_epoch(epoch => $last_timestamp); - push @$list_files, sprintf('/var/log/active/cm/log/amc/AlertLog/AlertLog_%02d_%02d_%d_00_0', $dt->month(), $dt->day(), $dt->year()); + push @$list_files, sprintf('/var/log/active/cm/log/amc/AlertLog/AlertLog_%02d_%02d_%d_00_0', $dt->month(), $dt->day(), $dt->year()); } $self->{seek_infos}->{last_timestamp} = $current_timestamp;