[git commit] reuse a string

Denys Vlasenko vda.linux at googlemail.com
Sat Oct 24 02:19:56 UTC 2015


commit: http://git.busybox.net/busybox/commit/?id=941e7a491971574e5d06227f8dc63806335b8745
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 modutils/modprobe.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modutils/modprobe.c b/modutils/modprobe.c
index 952ba03..05bf02c 100644
--- a/modutils/modprobe.c
+++ b/modutils/modprobe.c
@@ -461,7 +461,7 @@ static int do_modprobe(struct module_entry *m)
 				rc = bb_delete_module(m2->modname, O_EXCL);
 				if (rc) {
 					if (first) {
-						bb_perror_msg("can't unload module %s",
+						bb_perror_msg("can't unload module '%s'",
 							humanly_readable_name(m2));
 						break;
 					}


More information about the busybox-cvs mailing list