diff options
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/rhrd-schedules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/rhrd-schedules b/utils/rhrd-schedules index 2dca8fd..58843c5 100755 --- a/utils/rhrd-schedules +++ b/utils/rhrd-schedules @@ -163,7 +163,7 @@ sub show__day_entry return 1 } if ($duration->{'minutes'} != ${$show}{'LEN'}) { - print "WARNING: wrong show length (PV: " . $duration->minutes . " != RD: " . ${$show}{'LEN'} . ") -- PV-id: $pvid\n"; + print "WARNING: wrong show length (PV: " . $duration->{'minutes'} . " != RD: " . ${$show}{'LEN'} . ") -- PV-id: $pvid\n"; return 1 } if ($start_short ne ${$show}{'STARTTIME'}) { |