Date: Fri, 7 Oct 2011 22:16:25 GMT From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 199875 for review Message-ID: <201110072216.p97MGPRG000121@skunkworks.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@199875?ac=10 Change 199875 by pjd@pjd_anger on 2011/10/07 22:16:06 White-space cleanups. Affected files ... .. //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#49 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#49 (text+ko) ==== @@ -26,7 +26,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#48 $ + * $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#49 $ */ #include <sys/types.h> @@ -178,12 +178,12 @@ * is now invalid. */ (void) unlink(AUDIT_CURRENT_LINK); - auditd_log_notice( "renamed %s to %s", + auditd_log_notice("renamed %s to %s", oldname, lastfile); audit_warn_closefile(lastfile); } } else - auditd_log_err( "Could not rename %s to %s", oldname, + auditd_log_err("Could not rename %s to %s", oldname, lastfile); free(lastfile); free(oldname); @@ -208,7 +208,7 @@ err = auditd_swap_trail(TS, &newfile, audit_review_gid, audit_warn_getacdir); if (err != ADE_NOERR) { - auditd_log_err( "%s: %m", auditd_strerror(err)); + auditd_log_err("%s: %m", auditd_strerror(err)); if (err != ADE_ACTL) return (-1); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110072216.p97MGPRG000121>