mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
Log module dump directly.
This commit is contained in:
parent
a4ed79695d
commit
1b916ccca2
1 changed files with 1 additions and 1 deletions
|
|
@ -693,7 +693,7 @@ void XUserModule::Dump() {
|
|||
sb.AppendFormat("\n");
|
||||
}
|
||||
|
||||
XELOGI(sb.GetString());
|
||||
xe::LogLine('i', sb.GetString());
|
||||
}
|
||||
|
||||
} // namespace kernel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue