diff options
-rw-r--r-- | src/common/util.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/util.c b/src/common/util.c index 1db8989a3f..a85e22ae8a 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -630,8 +630,7 @@ int switch_id(char *user, char *group) { #endif log_fn(LOG_ERR, - "User '%s' specified, but switching users is not supported.", - user); + "User or group specified, but switching users is not supported."); return -1; } |