From f9ec760bc4115e91e58e40da17e9b2d07b5d523d Mon Sep 17 00:00:00 2001 From: Steven Hazel Date: Wed, 22 Oct 2003 17:25:58 +0000 Subject: [PATCH] switch_id() no longer tries to log the user name when it's calld on Windows, since we don't know whether it's the user or the group that was set. svn:r659 --- trunk/src/common/util.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/trunk/src/common/util.c b/trunk/src/common/util.c index 1db8989a3f..a85e22ae8a 100644 --- a/trunk/src/common/util.c +++ b/trunk/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; }