Skip to content
Snippets Groups Projects
Commit 07278287 authored by brutzman's avatar brutzman
Browse files

revised method name

parent d99f1db8
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ public class PduListenerSaver
}
}
System.out.println("Ending PduListenerSaver pdu recording, saved to file:");
System.out.println(recorder.getLogFile());
System.out.println(recorder.getLogFilePath());
}
catch (IOException ex) {
System.err.println("Exception: " + ex.getClass().getSimpleName() + ": " + ex.getLocalizedMessage());
......
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