summaryrefslogtreecommitdiff
path: root/test/get-music-clocks
diff options
context:
space:
mode:
Diffstat (limited to 'test/get-music-clocks')
-rwxr-xr-xtest/get-music-clocks2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/get-music-clocks b/test/get-music-clocks
index ca0a9f4..5b06c48 100755
--- a/test/get-music-clocks
+++ b/test/get-music-clocks
@@ -44,5 +44,5 @@ if(defined $ctx) {
print "Clocks:\n";
for my $href (@clocks) {
- print " * " . $href->{'DOW'} . "/" . $href->{'HOUR'} . ": " . $href->{'NAME'} . ", " . $href->{'COLOR'} . "\n";
+ print " * " . $href->{'DOW'} . "/" . $href->{'HOUR'} . ": " . $href->{'SHORTNAME'} . ", " . $href->{'COLOR'} . ", " . $href->{'TITLE'} . "\n";
}