promote debug statement to error

pull/1247/merge
Etaash Mathamsetty 2 weeks ago committed by flightlessmango
parent 4d0b1e1fb8
commit d23b4cde8c

@ -35,7 +35,7 @@ static void* get_egl_proc_address(const char* name) {
func = get_proc_address( name );
if (!func) {
SPDLOG_DEBUG("Failed to get function '{}'", name);
SPDLOG_ERROR("Failed to get function '{}'", name);
}
return func;

Loading…
Cancel
Save