1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 20:01:15 +02:00

* Don't spam.

This commit is contained in:
Eelco Dolstra 2006-11-29 22:07:49 +00:00
parent 92417600a1
commit 80b742dd52

View file

@ -942,8 +942,10 @@ SwitchToOriginalUser::~SwitchToOriginalUser()
void switchToNixUser()
{
#if 0
fprintf(stderr, "real = %d/%d, effective = %d/%d\n",
getuid(), getgid(), geteuid(), getegid());
#endif
/* Note: we require setresuid for now since I don't want to think
to deeply about whether this works on systems that don't have