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 285d8d8b7d
commit 72b497e876
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");