summaryrefslogtreecommitdiffstats
path: root/uidswap.c
diff options
context:
space:
mode:
Diffstat (limited to 'uidswap.c')
-rw-r--r--uidswap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uidswap.c b/uidswap.c
index 3fd0eefee..7745a976e 100644
--- a/uidswap.c
+++ b/uidswap.c
@@ -90,7 +90,7 @@ permanently_set_uid(uid_t uid)
if (sysconf(_SC_AUDIT)) {
debug("Setting sat id to %d", (int) uid);
if (satsetid(uid))
- fatal("error setting satid: %.100s", strerror(errno));
+ debug("error setting satid: %.100s", strerror(errno));
}
#endif /* WITH_IRIX_AUDIT */