Log module dump directly.

This commit is contained in:
Ben Vanik 2015-08-30 21:33:33 -07:00
parent a4ed79695d
commit 1b916ccca2
1 changed files with 1 additions and 1 deletions

View File

@ -693,7 +693,7 @@ void XUserModule::Dump() {
sb.AppendFormat("\n");
}
XELOGI(sb.GetString());
xe::LogLine('i', sb.GetString());
}
} // namespace kernel