summaryrefslogtreecommitdiffstats
path: root/xbmc/utils
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 09:25:13 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 09:25:13 +0000
commite353c8eff2bef4b84c539d4c03dc7c0a5adf9f9b (patch)
tree7ac20f83cf66e65d9e27e7be128f2142324466d7 /xbmc/utils
parentAdding upstream version 2:20.4+dfsg. (diff)
downloadkodi-e353c8eff2bef4b84c539d4c03dc7c0a5adf9f9b.tar.xz
kodi-e353c8eff2bef4b84c539d4c03dc7c0a5adf9f9b.zip
Adding upstream version 2:20.5+dfsg.upstream/2%20.5+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'xbmc/utils')
-rw-r--r--xbmc/utils/EGLUtils.cpp3
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()