summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-02-14 08:56:05 +0000
committerMatt Wilson <msw@redhat.com>2001-02-14 08:56:05 +0000
commit74ee00ef3682c5f7c4dea13acf16a8c2bae84c23 (patch)
tree3da03ae70f34ac1a8d31cb5ae876d8cfd502c85b /utils
parent198377895c40268d2d08f69c42991969b5ddd51e (diff)
downloadanaconda-74ee00ef3682c5f7c4dea13acf16a8c2bae84c23.tar.gz
anaconda-74ee00ef3682c5f7c4dea13acf16a8c2bae84c23.tar.xz
anaconda-74ee00ef3682c5f7c4dea13acf16a8c2bae84c23.zip
make noise when things go wrong
Diffstat (limited to 'utils')
-rw-r--r--utils/genhdlist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/genhdlist.c b/utils/genhdlist.c
index 92afcdf98..cf56a91f5 100644
--- a/utils/genhdlist.c
+++ b/utils/genhdlist.c
@@ -73,6 +73,8 @@ int getOrder (char * fn)
if (p) {
return i;
}
+
+ fprintf (stderr, "WARNING: ordering not found for %s\n", fn);
return -1;
}