diff options
-rw-r--r-- | miscutils/devfsd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/devfsd.c b/miscutils/devfsd.c index ada0bae33..6a249bdce 100644 --- a/miscutils/devfsd.c +++ b/miscutils/devfsd.c | |||
@@ -246,7 +246,7 @@ static char get_old_ide_name (unsigned , unsigned); | |||
246 | static char *write_old_sd_name (char *, unsigned, unsigned, char *); | 246 | static char *write_old_sd_name (char *, unsigned, unsigned, char *); |
247 | 247 | ||
248 | /* busybox functions */ | 248 | /* busybox functions */ |
249 | #ifdef CONFIG_DEVFSD_VERBOSE | 249 | #if defined(CONFIG_DEVFSD_VERBOSE) || defined(CONFIG_DEBUG) |
250 | static void msg_logger(int die, int pri, const char * fmt, ... ); | 250 | static void msg_logger(int die, int pri, const char * fmt, ... ); |
251 | #endif | 251 | #endif |
252 | static void do_ioctl(int die, int fd, int request, unsigned long event_mask_flag); | 252 | static void do_ioctl(int die, int fd, int request, unsigned long event_mask_flag); |
@@ -303,7 +303,7 @@ const char * const bb_msg_small_buffer = "buffer too small\n"; | |||
303 | const char * const bb_msg_variable_not_found = "variable: %s not found\n"; | 303 | const char * const bb_msg_variable_not_found = "variable: %s not found\n"; |
304 | #endif | 304 | #endif |
305 | 305 | ||
306 | #ifdef CONFIG_DEVFSD_VERBOSE | 306 | #if defined(CONFIG_DEVFSD_VERBOSE) || defined(CONFIG_DEBUG) |
307 | static void msg_logger(int die, int pri, const char * fmt, ... ) | 307 | static void msg_logger(int die, int pri, const char * fmt, ... ) |
308 | { | 308 | { |
309 | va_list ap; | 309 | va_list ap; |