The blkid tag.c's test driver program had a missing parameter to an
error message printf.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
+2005-12-29 Theodore Ts'o <tytso@mit.edu>
+
+ * tag.c (main): Add missing parameter in error-handling printf of
+ the blkid test program tst_tag.
+
2005-12-10 Theodore Ts'o <tytso@mit.edu>
* Makefile.in: Add a dependency to make sure that the
dev = blkid_get_dev(cache, devname, flags);
if (!dev) {
- fprintf(stderr, "%s: Can not find device in blkid cache\n");
+ fprintf(stderr, "%s: Can not find device in blkid cache\n",
+ devname);
exit(1);
}
if (search_type) {