From 2542ec1216b450ad13c1926f81d8f734b23d2baa Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 28 Nov 2016 13:12:38 +0100 Subject: fixed error output 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'}) { -- cgit v0.10.2