summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-01-29 20:53:50 +0100
committerLioncash <mathew1800@gmail.com>2019-01-30 03:13:33 +0100
commit679e63550a23e33b5801174783c869a0c44b9f65 (patch)
treec53a65e91c1e29f59d8622cbaab842580b6f1e39 /src/core/hle/service
parentnvflinger: Remove unnecessary header inclusions (diff)
downloadyuzu-679e63550a23e33b5801174783c869a0c44b9f65.tar
yuzu-679e63550a23e33b5801174783c869a0c44b9f65.tar.gz
yuzu-679e63550a23e33b5801174783c869a0c44b9f65.tar.bz2
yuzu-679e63550a23e33b5801174783c869a0c44b9f65.tar.lz
yuzu-679e63550a23e33b5801174783c869a0c44b9f65.tar.xz
yuzu-679e63550a23e33b5801174783c869a0c44b9f65.tar.zst
yuzu-679e63550a23e33b5801174783c869a0c44b9f65.zip
Diffstat (limited to 'src/core/hle/service')
-rw-r--r--src/core/hle/service/nvflinger/nvflinger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nvflinger/nvflinger.cpp b/src/core/hle/service/nvflinger/nvflinger.cpp
index 7dbfc590b..6db2cce41 100644
--- a/src/core/hle/service/nvflinger/nvflinger.cpp
+++ b/src/core/hle/service/nvflinger/nvflinger.cpp
@@ -47,7 +47,7 @@ void NVFlinger::SetNVDrvInstance(std::shared_ptr<Nvidia::Module> instance) {
}
u64 NVFlinger::OpenDisplay(std::string_view name) {
- LOG_WARNING(Service, "Opening display {}", name);
+ LOG_DEBUG(Service, "Opening \"{}\" display", name);
// TODO(Subv): Currently we only support the Default display.
ASSERT(name == "Default");