added printing summary after uploading tapes to server
authorHolger Schemel <info@artsoft.org>
Mon, 20 Sep 2021 19:19:51 +0000 (21:19 +0200)
committerHolger Schemel <info@artsoft.org>
Mon, 20 Sep 2021 19:20:02 +0000 (21:20 +0200)
src/tape.c

index d5d07236ea392c22910f4e17c0845f216b3c5819..4c7dec9874b4822a349a7cc2bd72829cd4b23f82 100644 (file)
@@ -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;