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 New Issue