From cee0dfcc6a157f54cb517fdc3c438c7e0f67ebc9 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 6 Jul 2008 11:11:35 +0000 Subject: modprobe-small: fix debug leftover --- modutils/modprobe-small.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modutils/modprobe-small.c b/modutils/modprobe-small.c index 6131d4280..3aa06d57e 100644 --- a/modutils/modprobe-small.c +++ b/modutils/modprobe-small.c @@ -62,10 +62,10 @@ static void *xmalloc_read(int fd, size_t *sizep) } -//#define dbg1_error_msg(...) ((void)0) -//#define dbg2_error_msg(...) ((void)0) -#define dbg1_error_msg(...) bb_error_msg(__VA_ARGS__) -#define dbg2_error_msg(...) bb_error_msg(__VA_ARGS__) +#define dbg1_error_msg(...) ((void)0) +#define dbg2_error_msg(...) ((void)0) +//#define dbg1_error_msg(...) bb_error_msg(__VA_ARGS__) +//#define dbg2_error_msg(...) bb_error_msg(__VA_ARGS__) extern int init_module(void *module, unsigned long len, const char *options); extern int delete_module(const char *module, unsigned flags); -- cgit v1.2.3