summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-12-03 04:47:07 +0000
committerJeremy Katz <katzj@redhat.com>2002-12-03 04:47:07 +0000
commit4ce2b2e23978be5e870993e1da3f9225ad3d8ef9 (patch)
tree589914bc3b17ab7708c521f1757d22902b4eeff8
parent1780ac0653ce97b9e4fad464a2859fec218af207 (diff)
downloadanaconda-4ce2b2e23978be5e870993e1da3f9225ad3d8ef9.tar.gz
anaconda-4ce2b2e23978be5e870993e1da3f9225ad3d8ef9.tar.xz
anaconda-4ce2b2e23978be5e870993e1da3f9225ad3d8ef9.zip
bye-bye to debugging message
-rw-r--r--loader2/modules.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/loader2/modules.c b/loader2/modules.c
index 222cecb15..2543acab6 100644
--- a/loader2/modules.c
+++ b/loader2/modules.c
@@ -559,7 +559,6 @@ static int writeModulesConf(moduleList list, int fd) {
switch(lm->minor) {
case DRIVER_MINOR_ETHERNET:
tmp = "eth";
- logMessage("got a %s device, first is %d, last is %d", tmp, lm->firstDevNum, lm->lastDevNum);
break;
case DRIVER_MINOR_TR:
tmp = "tr";