Debug: output priv-gid drop
[exim.git] / src / src / exim.c
index 0184d71e8150e6eeb8bf284d9298ddd6e442c6bf..df76de15e02020a5087c33069330e4576e07cd96 100644 (file)
@@ -4192,6 +4192,7 @@ if (!unprivileged &&                      /* originally had root AND */
 else
   {
   int rv;
+  DEBUG(D_any) debug_printf("dropping to exim gid; retaining priv uid\n");
   rv = setgid(exim_gid);
   /* Impact of failure is that some stuff might end up with an incorrect group.
   We track this for failures from root, since any attempt to change privilege