[Ocfs2-tools-commits] manish commits r843 - trunk/mount.ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Apr 26 10:33:11 CDT 2005


Author: manish
Date: 2005-04-26 10:33:09 -0500 (Tue, 26 Apr 2005)
New Revision: 843

Modified:
   trunk/mount.ocfs2/mount.ocfs2.c
Log:
Add a newline to error message


Modified: trunk/mount.ocfs2/mount.ocfs2.c
===================================================================
--- trunk/mount.ocfs2/mount.ocfs2.c	2005-04-26 05:53:43 UTC (rev 842)
+++ trunk/mount.ocfs2/mount.ocfs2.c	2005-04-26 15:33:09 UTC (rev 843)
@@ -331,7 +331,7 @@
 	if (ret) {
 		stop_heartbeat(hb_ctl_path, mo.dev);
 		block_signals (SIG_UNBLOCK);
-		com_err(progname, errno, "while mounting %s on %s",
+		com_err(progname, errno, "while mounting %s on %s\n",
 			mo.dev, mo.dir);
 		goto bail;
 	}



More information about the Ocfs2-tools-commits mailing list