diff --git a/examples/src/OpenDis7Examples/PduListenerSaver.java b/examples/src/OpenDis7Examples/PduListenerSaver.java
index cb6136c5aa51b359351c5c91ca9ef8df15c51fc9..0af6b56ae173bc1ebe0deb4f95d257156f40e657 100644
--- a/examples/src/OpenDis7Examples/PduListenerSaver.java
+++ b/examples/src/OpenDis7Examples/PduListenerSaver.java
@@ -61,6 +61,7 @@ public class PduListenerSaver
       Scanner scan = new Scanner(System.in);
 
       while (true) {
+        System.out.println("Warning: you must quit when complete, otherwise recorded PDUs are lost!");
         System.out.println("Type p/enter to pause, r/enter to resume, q/enter to quit");
         String line = scan.nextLine();
         if (line.equalsIgnoreCase("p") && state == mystate.RUNNING) {
diff --git a/examples/src/OpenDis7Examples/PduListenerSaverLog.txt b/examples/src/OpenDis7Examples/PduListenerSaverLog.txt
index cc9df83879bb6efdb5412114a400e6cb7702cfd2..81a25d029e4b071344000167aa16232be6576ce6 100644
--- a/examples/src/OpenDis7Examples/PduListenerSaverLog.txt
+++ b/examples/src/OpenDis7Examples/PduListenerSaverLog.txt
@@ -15,10 +15,11 @@ Program response:
 DisExamplesOpenDis7.PduListenerSaver started...
 Beginning pdu save to directory pduLog
 * recorder.startResume(), state=RUNNING
+Warning: you must quit when complete, otherwise recorded PDUs are lost!
 Type p/enter to pause, r/enter to resume, q/enter to quit
 q
 
 Recorder log file closed
 * recorder.end(), recording complete.
-Ending pdu save to C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\pduLog\Pdusave1.dislog
-BUILD SUCCESSFUL (total time: 1 minute 51 seconds)
\ No newline at end of file
+Ending pdu save to C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\pduLog\Pdusave2.dislog
+BUILD SUCCESSFUL (total time: 33 seconds)