diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-04-19 12:42:22 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-04-19 12:42:22 +0000 |
commit | 13cd5cab80df6f8906e01e0e18337b02563c7dbc (patch) | |
tree | 413819d2cf8d9d2a3d0056b9127ad44d9e7356c7 /gendepslist2.cc | |
parent | bf03a9246568eab5ac72b06a715210cb8ed93f66 (diff) | |
download | rpmtools-13cd5cab80df6f8906e01e0e18337b02563c7dbc.tar rpmtools-13cd5cab80df6f8906e01e0e18337b02563c7dbc.tar.gz rpmtools-13cd5cab80df6f8906e01e0e18337b02563c7dbc.tar.bz2 rpmtools-13cd5cab80df6f8906e01e0e18337b02563c7dbc.tar.xz rpmtools-13cd5cab80df6f8906e01e0e18337b02563c7dbc.zip |
no_comment
Diffstat (limited to 'gendepslist2.cc')
-rw-r--r-- | gendepslist2.cc | 2 |
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; } |