Skip to content

Commit

Permalink
Add missing break in logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbed committed Jun 26, 2021
1 parent 6bd96a5 commit 5c516cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xenia/base/logging.cc
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ class Logger {

if (line.terminate) {
terminate = true;
break;
}
}
}
Expand Down

0 comments on commit 5c516cc

Please sign in to comment.