diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-11-28 12:12:38 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-11-28 12:12:38 (GMT) |
commit | 2542ec1216b450ad13c1926f81d8f734b23d2baa (patch) | |
tree | 812533dc29429df86c86e4c163f20e003125189c /utils | |
parent | 76147909f3d618876f874be338b2e06d2af975ee (diff) |
fixed error output
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'}) { |