diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 09:29:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 09:29:46 +0000 |
commit | 43b857ba815ecf82cd9ac8b90d49937fa4a8a71a (patch) | |
tree | 9bf6d9490ce23a686cb9d7e69ae4c3360e4bbfa6 /xbmc/utils | |
parent | Releasing progress-linux version 2:20.4+dfsg-1~progress7.99u1. (diff) | |
download | kodi-43b857ba815ecf82cd9ac8b90d49937fa4a8a71a.tar.xz kodi-43b857ba815ecf82cd9ac8b90d49937fa4a8a71a.zip |
Merging upstream version 2:20.5+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | xbmc/utils/EGLUtils.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xbmc/utils/EGLUtils.cpp b/xbmc/utils/EGLUtils.cpp index 7c5e709..85f889d 100644 --- a/xbmc/utils/EGLUtils.cpp +++ b/xbmc/utils/EGLUtils.cpp @@ -115,7 +115,8 @@ void EglErrorCallback(EGLenum error, typeStr = eglType->second; } - CLog::Log(LOGDEBUG, "EGL Debugging:\nError: {}\nCommand: {}\nType: {}\nMessage: {}", errorStr, command, typeStr, message); + CLog::Log(LOGDEBUG, "EGL Debugging:\nError: {}\nCommand: {}\nType: {}\nMessage: {}", errorStr, + command, typeStr, message ? message : ""); } std::set<std::string> CEGLUtils::GetClientExtensions() |