aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-04-19 12:42:22 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-04-19 12:42:22 +0000
commit13cd5cab80df6f8906e01e0e18337b02563c7dbc (patch)
tree413819d2cf8d9d2a3d0056b9127ad44d9e7356c7
parentbf03a9246568eab5ac72b06a715210cb8ed93f66 (diff)
downloadrpmtools-13cd5cab80df6f8906e01e0e18337b02563c7dbc.tar
rpmtools-13cd5cab80df6f8906e01e0e18337b02563c7dbc.tar.gz
rpmtools-13cd5cab80df6f8906e01e0e18337b02563c7dbc.tar.bz2
rpmtools-13cd5cab80df6f8906e01e0e18337b02563c7dbc.tar.xz
rpmtools-13cd5cab80df6f8906e01e0e18337b02563c7dbc.zip
no_comment
-rw-r--r--gendepslist2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gendepslist2.cc b/gendepslist2.cc
index dee1a65..dcfe140 100644
--- a/gendepslist2.cc
+++ b/gendepslist2.cc
@@ -253,7 +253,7 @@ map<string, set<string> > closure(const map<string, set<string> > &names) {
//};
inline int verif(int npack, int ndep, const string &package, const string &dep) {
- if (ndep > npack) cerr << package << " requires " << dep << " which is not in the same hdlist\n";
+ if (ndep > npack) cerr << package << " requires " << dep << " which is not in the same hdlist " << ndep << " > " << npack << "\n";
return ndep;
}