]> git.ipfire.org Git - thirdparty/kmod.git/commit
depmod: Remove unprinted debug messages
authorLaura Abbott <labbott@fedoraproject.org>
Mon, 28 Sep 2015 22:39:13 +0000 (15:39 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Wed, 30 Sep 2015 18:17:03 +0000 (15:17 -0300)
commit50f43ce2f66f02cec44968cac5aa5119ce5cbb81
treeb16ccd74a253c3f5a8f0020c30a9d7c125929a4a
parent16d863c3175fe5934d3fca4973c09b45c12bf183
depmod: Remove unprinted debug messages

In between the start of the program and the call to log_setup_kmod_log,
the only messages that will be printed are the ones at or above the
global default level. Debug messages in this range will never be printed
so remove them.
tools/depmod.c