better messages

This commit is contained in:
tTh 2024-03-27 12:20:28 +01:00
parent 3604f41a57
commit e0c5695ab8
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ fprintf(stderr, ">>> %-25s ( %p )\n", __func__, fimg);
#endif
if (NULL == fimg) {
fprintf(stderr, "%s : parameter is null\n", __func__);
fprintf(stderr, "%s : descriptor address is null\n", __func__);
return -1;
}