summaryrefslogtreecommitdiffstats
path: root/sys/geom
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2006-09-16 07:47:57 +0000
committerpjd <pjd@FreeBSD.org>2006-09-16 07:47:57 +0000
commit5d795537aec781c4c63bc83d63c0b211b1de0d2d (patch)
tree731b3c1017e722fac2125fba189388549fe4ef25 /sys/geom
parent3f597283a3bb3f57f6625859d29936c349ec32fe (diff)
downloadFreeBSD-src-5d795537aec781c4c63bc83d63c0b211b1de0d2d.zip
FreeBSD-src-5d795537aec781c4c63bc83d63c0b211b1de0d2d.tar.gz
Remove extra arguments.
MFC after: 3 days
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 702f854..e420af3 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)
OpenPOWER on IntegriCloud