From e353c8eff2bef4b84c539d4c03dc7c0a5adf9f9b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 11:25:13 +0200 Subject: Adding upstream version 2:20.5+dfsg. Signed-off-by: Daniel Baumann --- xbmc/utils/EGLUtils.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xbmc/utils') 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 CEGLUtils::GetClientExtensions() -- cgit v1.2.3