diff --git a/lib/package_unpack.c b/lib/package_unpack.c index ec62a006..5b0f72cd 100644 --- a/lib/package_unpack.c +++ b/lib/package_unpack.c @@ -166,7 +166,7 @@ remove_file_wrong_hash(prop_dictionary_t d, const char *file) if (rv == ERANGE) { (void)unlink(file); xbps_warn_printf("Removed `%s' entry with " - "with unmatched hash.\n", file); + "unmatched hash.\n", file); } } return rv;