Skip to content

Commit

Permalink
Fix LogCombiner GUI output. Closes #967.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgvaughan committed May 13, 2021
1 parent 031c8bc commit 6b5a0c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/beast/app/tools/LogCombiner.java
Expand Up @@ -593,6 +593,8 @@ public static void main(String[] args) {

if (combiner.m_sFileOut == null) {
Log.warning.println("No output file specified");
} else {
combiner.m_out = new PrintStream(combiner.m_sFileOut);
}

try {
Expand Down

0 comments on commit 6b5a0c2

Please sign in to comment.