diff options
Diffstat (limited to 'URPM.xs')
-rw-r--r-- | URPM.xs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2729,10 +2729,10 @@ Db_traverse_tag(db,tag,names,callback) else if (!strcmp(tag, "group")) rpmtag = RPMTAG_GROUP; else if (!strcmp(tag, "triggeredby")) - rpmtag = RPMTAG_BASENAMES; + rpmtag = RPMTAG_TRIGGERNAME; else if (!strcmp(tag, "path")) rpmtag = RPMTAG_BASENAMES; - else croak("unknown tag"); + else croak("unknown tag [%s]", tag); for (i = 0; i <= len; ++i) { STRLEN str_len; |