Overhaul logging.
This commit is contained in:
2
third_party/mspack/logging.cc
vendored
2
third_party/mspack/logging.cc
vendored
@@ -8,5 +8,5 @@ extern "C" void xenia_log(const char* fmt, ...) {
|
||||
va_start(args, fmt);
|
||||
vsnprintf(buffer, sizeof(buffer), fmt, args);
|
||||
va_end(args);
|
||||
XELOGW("mspack: %s", buffer);
|
||||
XELOGW("mspack: {}", buffer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user