mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 03:30:10 +01:00
gfxstream: fix logspam in TLS helper function
Logspam has been reported in a gfxstream initialization
path.
Fixes: 4a30c6fd70 ("gfxstream: Use the Mesa common tss_* TLS helper functions")
Cc: mesa-stable
Reviewed-by: David Gilhooley <djgilhooley.gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38776>
This commit is contained in:
parent
4f4745ebf3
commit
4f45e834ae
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ static void gfxstream_connection_manager_tls_key_create_once(void) {
|
|||
tss_create(&gfxstream_connection_manager_tls_key, gfxstream_connection_manager_tls_free) ==
|
||||
thrd_success;
|
||||
if (!gfxstream_connection_manager_tls_key_valid) {
|
||||
mesa_loge("WARNING: failed to create gfxstream_connection_manager_tls_key");
|
||||
mesa_logd("WARNING: failed to create gfxstream_connection_manager_tls_key");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue