Oops. Missed a log line for previous two commits.

This commit is contained in:
gibbed 2019-04-30 17:45:45 -05:00
parent bc0ebcb26e
commit 7ddcd4e32d
1 changed files with 1 additions and 1 deletions

View File

@ -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