summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/parseReqs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/parseReqs.c b/build/parseReqs.c
index f9fb2fcda..4fea960c3 100644
--- a/build/parseReqs.c
+++ b/build/parseReqs.c
@@ -124,7 +124,7 @@ rpmRC parseRCPOT(rpmSpec spec, Package pkg, const char *field, rpmTagVal tagN,
*/
if (isascii(r[0]) && !(risalnum(r[0]) || r[0] == '_' || r[0] == '/')) {
rpmlog(RPMLOG_INFO,
- _("line %s: Dependency tokens must begin with alpha-numeric, '_' or '/': %s\n"),
+ _("line %d: Dependency tokens must begin with alpha-numeric, '_' or '/': %s\n"),
spec->lineNum, spec->line);
}