aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2006-09-16 07:47:57 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2006-09-16 07:47:57 +0000
commitdec53cdd32e120c8ce73992f35883f2d6f3d8e3a (patch)
tree731b3c1017e722fac2125fba189388549fe4ef25 /sys/geom
parente7f2ec536477c07fd73b6c768d0be3e286a3d027 (diff)
Notes
Diffstat (limited to 'sys/geom')
-rw-r--r--sys/geom/eli/g_eli_ctl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/geom/eli/g_eli_ctl.c b/sys/geom/eli/g_eli_ctl.c
index 702f8542429e3..e420af3f5b883 100644
--- a/sys/geom/eli/g_eli_ctl.c
+++ b/sys/geom/eli/g_eli_ctl.c
@@ -132,8 +132,7 @@ g_eli_ctl_attach(struct gctl_req *req, struct g_class *mp)
if (*detach && *readonly) {
bzero(&md, sizeof(md));
- gctl_error(req, "Options -d and -r are mutually exclusive.",
- pp->name, error);
+ gctl_error(req, "Options -d and -r are mutually exclusive.");
return;
}
if (*detach)