s4:kdc: Implement KDC plugin hardware authentication policy
[samba.git] / source3 / modules / vfs_extd_audit.c
index 91dce6c7dc5872c493d9de88d6dff899022db5c1..ea784ff6eba99da531212c4402bd0a220dbd18e7 100644 (file)
@@ -378,7 +378,7 @@ static int audit_fchmod(vfs_handle_struct *handle, files_struct *fsp, mode_t mod
                       (result < 0) ? "failed: " : "",
                       (result < 0) ? strerror(errno) : "");
        }
-       DEBUG(1, ("vfs_extd_audit: fchmod %s mode 0x%x %s %s",
+       DEBUG(1, ("vfs_extd_audit: fchmod %s mode 0x%x %s %s\n",
               fsp_str_dbg(fsp), (unsigned int)mode,
               (result < 0) ? "failed: " : "",
               (result < 0) ? strerror(errno) : ""));