Skip to content
Snippets Groups Projects
Commit c550620d authored by Brutzman, Don's avatar Brutzman, Don
Browse files

editorial

parent 8e81dddc
No related branches found
No related tags found
No related merge requests found
...@@ -288,7 +288,7 @@ public class PduRecorder // implements PduReceiver ...@@ -288,7 +288,7 @@ public class PduRecorder // implements PduReceiver
} }
try { try {
System.out.println(); System.out.println();
System.out.println("PduRecorder.selfTest() stop() closing recorder log file: " + logFile.getCanonicalPath()); System.out.println("PduRecorder.stop() closing recorder log file: " + logFile.getCanonicalPath());
logFileWriter.close(); // a flush occurs first during a close logFileWriter.close(); // a flush occurs first during a close
} }
catch (IOException ex) { catch (IOException ex) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment