From 13cd5cab80df6f8906e01e0e18337b02563c7dbc Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 19 Apr 2000 12:42:22 +0000 Subject: no_comment --- gendepslist2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gendepslist2.cc b/gendepslist2.cc index dee1a65..dcfe140 100644 --- a/gendepslist2.cc +++ b/gendepslist2.cc @@ -253,7 +253,7 @@ map > closure(const map > &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; } -- cgit v1.2.1