aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modutils/modprobe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/modprobe.c b/modutils/modprobe.c
index 952ba0377..05bf02cf8 100644
--- a/modutils/modprobe.c
+++ b/modutils/modprobe.c
@@ -461,7 +461,7 @@ static int do_modprobe(struct module_entry *m)
461 rc = bb_delete_module(m2->modname, O_EXCL); 461 rc = bb_delete_module(m2->modname, O_EXCL);
462 if (rc) { 462 if (rc) {
463 if (first) { 463 if (first) {
464 bb_perror_msg("can't unload module %s", 464 bb_perror_msg("can't unload module '%s'",
465 humanly_readable_name(m2)); 465 humanly_readable_name(m2));
466 break; 466 break;
467 } 467 }