summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-11-28 12:12:38 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-11-28 12:12:38 (GMT)
commit2542ec1216b450ad13c1926f81d8f734b23d2baa (patch)
tree812533dc29429df86c86e4c163f20e003125189c
parent76147909f3d618876f874be338b2e06d2af975ee (diff)
fixed error output
-rwxr-xr-xutils/rhrd-schedules2
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'}) {