diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/get-music-clocks | 2 |
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"; } |