From 5d795537aec781c4c63bc83d63c0b211b1de0d2d Mon Sep 17 00:00:00 2001 From: pjd Date: Sat, 16 Sep 2006 07:47:57 +0000 Subject: Remove extra arguments. MFC after: 3 days --- sys/geom/eli/g_eli_ctl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/geom/eli') 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) -- cgit v1.1