- (bal) Corrected debug() in uidswap.c to match upstream.
diff --git a/uidswap.c b/uidswap.c
index af7e86e..b35cb5b 100644
--- a/uidswap.c
+++ b/uidswap.c
@@ -145,7 +145,7 @@
 permanently_set_uid(struct passwd *pw)
 {
 	if (temporarily_use_uid_effective)
-		fatal("restore_uid: temporarily_use_uid effective");
+		fatal("permanently_set_uid: temporarily_use_uid effective");
 	if (setgid(pw->pw_gid) < 0)
 		fatal("setgid %u: %.100s", (u_int)pw->pw_gid, strerror(errno));
 	if (setuid(pw->pw_uid) < 0)