mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
Oops. Missed a log line for previous two commits.
This commit is contained in:
parent
bc0ebcb26e
commit
7ddcd4e32d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue