diff --git a/src/pool/pool_scalable.c b/src/pool/pool_scalable.c index e1ab3d376d..4abf3b63f5 100644 --- a/src/pool/pool_scalable.c +++ b/src/pool/pool_scalable.c @@ -287,7 +287,7 @@ static umf_result_t tbb_pool_initialize(umf_memory_provider_handle_t provider, int ret = init_tbb_callbacks(); if (ret != 0) { LOG_FATAL("loading TBB symbols failed"); - res = UMF_RESULT_ERROR_UNKNOWN; + res = UMF_RESULT_ERROR_DEPENDENCY_UNAVAILABLE; goto err_tbb_init; }