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