mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Oops. Missed a log line for previous two commits.
This commit is contained in:
parent
bc0ebcb26e
commit
7ddcd4e32d
|
|
@ -804,7 +804,7 @@ void UserModule::Dump() {
|
|||
sb.AppendFormat("\n");
|
||||
}
|
||||
|
||||
xe::LogLine(xe::LogLevel::LOG_LEVEL_INFO, 'i', sb.GetString());
|
||||
xe::LogLine(xe::LogLevel::Info, 'i', sb.GetString());
|
||||
}
|
||||
|
||||
} // namespace kernel
|
||||
|
|
|
|||
Loading…
Reference in a new issue