aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Masters <jcm@jonmasters.org>2011-05-31 00:54:58 -0400
committerJon Masters <jcm@jonmasters.org>2011-05-31 00:54:58 -0400
commit57ee3c5a5d79038c8ae0889c5dc23c94db94912e (patch)
tree2081dc3f8ea7f42c81e6f5707f2b2dcbf3fdf6aa
parent3328d178247017affd90b7897393699f2f45227d (diff)
downloadmodule-init-tools-57ee3c5a5d79038c8ae0889c5dc23c94db94912e.tar.gz
modprobe: remove extraneous info() call
A previous patch for multiple modprobe configuration directories added a call to info() for each configuration file loaded. This breaks various existing behavior (for example --show-depends output) and so is reverted for now. Signed-off-by: Jon Masters <jcm@jonmasters.org>
-rw-r--r--modprobe.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/modprobe.c b/modprobe.c
index 31beb9e..6d30f39 100644
--- a/modprobe.c
+++ b/modprobe.c
@@ -1123,8 +1123,6 @@ static int parse_config_scan(struct modprobe_conf *conf,
dump_only, removing))
warn("Failed to open config file %s: %s\n",
cfgfile, strerror(errno));
- else
- info("Parsing config file %s\n", cfgfile);
free(cfgfile);
list_del(&fe->node);
free(fe->name);