projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f5d13e
)
added printing summary after uploading tapes to server
author
Holger Schemel
<info@artsoft.org>
Mon, 20 Sep 2021 19:19:51 +0000
(21:19 +0200)
committer
Holger Schemel
<info@artsoft.org>
Mon, 20 Sep 2021 19:20:02 +0000
(21:20 +0200)
src/tape.c
patch
|
blob
|
history
diff --git
a/src/tape.c
b/src/tape.c
index d5d07236ea392c22910f4e17c0845f216b3c5819..4c7dec9874b4822a349a7cc2bd72829cd4b23f82 100644
(file)
--- a/
src/tape.c
+++ b/
src/tape.c
@@
-1851,6
+1851,14
@@
static int AutoPlayTapesExt(boolean initialize)
return num_tapes;
}
+ if (global.autoplay_mode == AUTOPLAY_MODE_UPLOAD)
+ {
+ Print("\n");
+ PrintLine("=", 79);
+ Print("SUMMARY: %d tapes uploaded.\n", num_tapes);
+ PrintLine("=", 79);
+ }
+
// clear timestamp for batch tape upload (required after interactive upload)
global.autoplay_time = 0;