mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 15:35:46 +00:00
nvflinger: Move logging macros over to new fmt-compatible ones
This commit is contained in:
parent
285d8d8b7d
commit
72b497e876
2 changed files with 3 additions and 3 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue