Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb...
[linux-2.6-microblaze.git] / fs / jfs / jfs_txnmgr.c
index 5fcc02e..564c4f2 100644 (file)
@@ -2684,7 +2684,7 @@ void txAbort(tid_t tid, int dirty)
         * mark filesystem dirty
         */
        if (dirty)
-               jfs_error(tblk->sb, "txAbort");
+               jfs_error(tblk->sb, "\n");
 
        return;
 }