Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 May 2019 00:09:10 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r347237 - in head/sys/dev: mpr mps
Message-ID:  <201905080009.x4809AYs011605@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Wed May  8 00:09:10 2019
New Revision: 347237
URL: https://svnweb.freebsd.org/changeset/base/347237

Log:
  Add missing newline to debug printf.

Modified:
  head/sys/dev/mpr/mpr_sas_lsi.c
  head/sys/dev/mps/mps_sas_lsi.c

Modified: head/sys/dev/mpr/mpr_sas_lsi.c
==============================================================================
--- head/sys/dev/mpr/mpr_sas_lsi.c	Tue May  7 22:38:13 2019	(r347236)
+++ head/sys/dev/mpr/mpr_sas_lsi.c	Wed May  8 00:09:10 2019	(r347237)
@@ -1206,7 +1206,7 @@ mprsas_get_sata_identify(struct mpr_softc *sc, u16 han
 		 * reset
 		 */
 		mpr_dprint(sc, MPR_INFO|MPR_FAULT|MPR_MAPPING,
-		    "Request for SATA PASSTHROUGH page completed with error %d",
+		    "Request for SATA PASSTHROUGH page completed with error %d\n",
 		    error);
 		error = ENXIO;
 		goto out;

Modified: head/sys/dev/mps/mps_sas_lsi.c
==============================================================================
--- head/sys/dev/mps/mps_sas_lsi.c	Tue May  7 22:38:13 2019	(r347236)
+++ head/sys/dev/mps/mps_sas_lsi.c	Wed May  8 00:09:10 2019	(r347237)
@@ -979,7 +979,7 @@ mpssas_get_sata_identify(struct mps_softc *sc, u16 han
  		 * reset
  		 */ 
  		mps_dprint(sc, MPS_INFO|MPS_FAULT|MPS_MAPPING,
-		    "Request for SATA PASSTHROUGH page completed with error %d",
+		    "Request for SATA PASSTHROUGH page completed with error %d\n",
 		    error);
 		error = ENXIO;
 		goto out;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905080009.x4809AYs011605>