summaryrefslogtreecommitdiff
path: root/vcl/opengl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-06-16 17:10:48 +0300
committerTor Lillqvist <tml@collabora.com>2015-06-16 17:29:00 +0300
commitb2cd406dce247786f4b7a5a2ccec0bd4c6fdf3cc (patch)
tree3bd6371264a854b1860a5728a16afb68e24d12a4 /vcl/opengl
parentdb35b73037483cd22cd7d4ac93fe40f23fbe3967 (diff)
Log blacklisting more visibly
Change-Id: I7c661181ed7904650eff103d097ab357d3b8dfea
Diffstat (limited to 'vcl/opengl')
-rw-r--r--vcl/opengl/win/WinDeviceInfo.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/opengl/win/WinDeviceInfo.cxx b/vcl/opengl/win/WinDeviceInfo.cxx
index abc367a292ef..33360c457f9d 100644
--- a/vcl/opengl/win/WinDeviceInfo.cxx
+++ b/vcl/opengl/win/WinDeviceInfo.cxx
@@ -722,6 +722,7 @@ bool WinOpenGLDeviceInfo::FindBlocklistedDeviceInList()
}
}
+ SAL_INFO("vcl.opengl", (match ? "BLACKLISTED" : "not blacklisted"));
return match;
}