From: nekral-guest Date: Tue, 28 Apr 2009 19:26:27 +0000 (+0000) Subject: * src/vipw.c: Harmonize messages. X-Git-Tag: 4.1.4~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90cc7f0f1de145813bfc0d97e0d165cb7a15ed75;p=thirdparty%2Fshadow.git * src/vipw.c: Harmonize messages. --- diff --git a/ChangeLog b/ChangeLog index a71183b75..be00e3908 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-04-28 Nicolas François + + * src/vipw.c: Harmonize messages. + 2009-04-28 Nicolas François * src/lastlog.c: Replace atoi() by getulong(). diff --git a/src/vipw.c b/src/vipw.c index 116a199c0..0df05302a 100644 --- a/src/vipw.c +++ b/src/vipw.c @@ -284,7 +284,7 @@ vipwedit (const char *file, int (*file_lock) (void), int (*file_unlock) (void)) /* unset the fscreatecon */ if (is_selinux_enabled ()) { if (setfscreatecon (NULL)) { - vipwexit (_("setfscreatecon() failed"), errno, 1); + vipwexit (_("setfscreatecon () failed"), errno, 1); } } #endif