reuse a string
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 24 Oct 2015 02:19:56 +0000 (04:19 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 24 Oct 2015 02:19:56 +0000 (04:19 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
modutils/modprobe.c

index 952ba03772959f36dc8d21863064800bcf4a88bb..05bf02cf862a1baab711a4cc4d6eed429115b15f 100644 (file)
@@ -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;
                                        }