nvflinger: Move logging macros over to new fmt-compatible ones

This commit is contained in:
Lioncash 2018-04-24 10:47:53 -04:00
parent 7303c11edc
commit 38f90ec51a
2 changed files with 3 additions and 3 deletions

View file

@ -48,7 +48,7 @@ NVFlinger::~NVFlinger() {
}
u64 NVFlinger::OpenDisplay(const std::string& name) {
LOG_WARNING(Service, "Opening display %s", name.c_str());
NGLOG_WARNING(Service, "Opening display {}", name);
// TODO(Subv): Currently we only support the Default display.
ASSERT(name == "Default");