mirror of
https://github.com/xenia-project/xenia.git
synced 2026-02-01 05:14:14 +01:00
Log module dump directly.
This commit is contained in:
parent
a4ed79695d
commit
1b916ccca2
|
|
@ -693,7 +693,7 @@ void XUserModule::Dump() {
|
|||
sb.AppendFormat("\n");
|
||||
}
|
||||
|
||||
XELOGI(sb.GetString());
|
||||
xe::LogLine('i', sb.GetString());
|
||||
}
|
||||
|
||||
} // namespace kernel
|
||||
|
|
|
|||
Loading…
Reference in a new issue