From d3d004dd3507f841745956a035fff68936378f9c Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 27 Oct 2006 09:02:31 +0000 Subject: last nail into error_msg() (de)capitalization --- modutils/modprobe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modutils') diff --git a/modutils/modprobe.c b/modutils/modprobe.c index 5d62ae5df..08f383c82 100644 --- a/modutils/modprobe.c +++ b/modutils/modprobe.c @@ -725,7 +725,7 @@ static void check_dep ( char *mod, struct mod_list_t **head, struct mod_list_t * } if( !dt ) { - bb_error_msg ("module %s not found.", mod); + bb_error_msg ("module %s not found", mod); return; } @@ -749,7 +749,7 @@ static void check_dep ( char *mod, struct mod_list_t **head, struct mod_list_t * dt = adt; } else { - bb_error_msg ("module %s not found.", mod); + bb_error_msg ("module %s not found", mod); return; } } -- cgit v1.2.3