summaryrefslogtreecommitdiffstats
path: root/server/tools/sss_groupadd.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/tools/sss_groupadd.c')
-rw-r--r--server/tools/sss_groupadd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tools/sss_groupadd.c b/server/tools/sss_groupadd.c
index e9c81b8f3..b79940804 100644
--- a/server/tools/sss_groupadd.c
+++ b/server/tools/sss_groupadd.c
@@ -255,7 +255,7 @@ int main(int argc, const char **argv)
ret = data->error;
switch (ret) {
case EEXIST:
- ERROR("The group %s already exists\n", data->name);
+ ERROR("A group with the same name or UID already exists\n");
break;
default: