Blame SOURCES/shadow-4.1.5.1-logmsg.patch

9f90df
diff -up shadow-4.1.5.1/src/useradd.c.logmsg shadow-4.1.5.1/src/useradd.c
9f90df
--- shadow-4.1.5.1/src/useradd.c.logmsg	2013-02-20 15:41:44.000000000 +0100
9f90df
+++ shadow-4.1.5.1/src/useradd.c	2013-03-19 18:40:04.908292810 +0100
9f90df
@@ -275,7 +275,7 @@ static void fail_exit (int code)
9f90df
 	              user_name, AUDIT_NO_ID,
9f90df
 	              SHADOW_AUDIT_FAILURE);
9f90df
 #endif
9f90df
-	SYSLOG ((LOG_INFO, "failed adding user '%s', data deleted", user_name));
9f90df
+	SYSLOG ((LOG_INFO, "failed adding user '%s', exit code: %d", user_name, code));
9f90df
 	exit (code);
9f90df
 }
9f90df