diff options
Diffstat (limited to 'utils/rd-show')
-rwxr-xr-x | utils/rd-show | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/rd-show b/utils/rd-show index c193f11..0ec08da 100755 --- a/utils/rd-show +++ b/utils/rd-show @@ -235,10 +235,11 @@ sub add print STDERR $status . ": " . $errorstring . "\n"; return 1; } + print " * created log with name: " . $name . "\n"; # TODO: # create macro cart referencing log -> show-id - # create dropbox for: groupname, show-id, $rhythm, $dow, $starttime, $len + # create dropbox for: groupname, show-id, rhythm, dow, starttime, len print " * finished\n"; |