summaryrefslogtreecommitdiff
path: root/utils/rhrd-show
diff options
context:
space:
mode:
Diffstat (limited to 'utils/rhrd-show')
-rwxr-xr-xutils/rhrd-show2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/rhrd-show b/utils/rhrd-show
index 731b627..0c81c72 100755
--- a/utils/rhrd-show
+++ b/utils/rhrd-show
@@ -65,7 +65,7 @@ sub show
}
$show->{'DOW'} = 7 if $show->{'DOW'} == 0;
print $show->{'TITLE'} . ": " . join(", ", $show->{'RHYTHM'}, Date::Calc::Day_of_Week_to_Text($show->{'DOW'}), $show->{'STARTTIME'}, ($show->{'LEN'} . " min")) . "\n";
- print " carts(" . scalar(@carts) . "): " . join(", ", @carts) . " \n";
+ print " group: " . $show->{'GROUP'} . ", carts(" . scalar(@carts) . "): " . join(", ", @carts) . " \n";
return 0;
}