mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
Add missing break in logging.
This commit is contained in:
parent
6bd96a5091
commit
5c516cc341
1 changed files with 1 additions and 0 deletions
|
|
@ -225,6 +225,7 @@ class Logger {
|
|||
|
||||
if (line.terminate) {
|
||||
terminate = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue