print prefix in error message
CVS patchset: 889 CVS date: 1996/07/18 16:07:33
This commit is contained in:
parent
f00ea40a2c
commit
575b250471
|
@ -521,7 +521,8 @@ static int add_file(struct file_entry **festack, const char *name,
|
|||
prefixTest++;
|
||||
}
|
||||
if (*prefixPtr) {
|
||||
error(RPMERR_BADSPEC, "File doesn't match prefix: %s", name);
|
||||
error(RPMERR_BADSPEC, "File doesn't match prefix (%s): %s",
|
||||
prefix, name);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue