Skip to content

Commit ae4d2d3

Browse files
committed
Fix one error message
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 5bf1b5e commit ae4d2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/provider/provider_tracking.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ static umf_result_t trackingFree(void *hProvider, void *ptr, size_t size) {
371371

372372
ret = umfMemoryProviderFree(p->hUpstream, ptr, size);
373373
if (ret != UMF_RESULT_SUCCESS) {
374-
LOG_ERR("upstream provider is failed to free the memory");
374+
LOG_ERR("upstream provider failed to free the memory");
375375
// Do not add memory back to the tracker,
376376
// if it had not been removed.
377377
if (ret_remove != UMF_RESULT_SUCCESS) {

0 commit comments

Comments
 (0)