aboutsummaryrefslogtreecommitdiff
path: root/sources/TZR_DestroyResource.c
diff options
context:
space:
mode:
Diffstat (limited to 'sources/TZR_DestroyResource.c')
-rw-r--r--sources/TZR_DestroyResource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/TZR_DestroyResource.c b/sources/TZR_DestroyResource.c
index 7536017..4b9d651 100644
--- a/sources/TZR_DestroyResource.c
+++ b/sources/TZR_DestroyResource.c
@@ -25,7 +25,7 @@ TZR_DestroyResource(TZR_Resource *res, int free_path)
#endif
break;
default:
- fprintf(stderr, "unknown resource type %u\n", res->type);
+ TZR_Log("unknown resource type %u", res->type);
break;
}
}