summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-10-06 00:48:17 (GMT)
committerChristian Pointner <equinox@spreadspace.org>2015-10-06 00:48:17 (GMT)
commit00e77d7b60e850a6f1df2e3fcd6a3c795f9663de (patch)
treea1149a2457b84d4e049331c13b11a5709aeaae47 /utils
parent07713309fa3d14e2ff3926901f7571507f44fa32 (diff)
log gets now filled with actual carts
Diffstat (limited to 'utils')
-rwxr-xr-xutils/rd-show3
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";