mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing newline to debug printf.
This commit is contained in:
parent
451cddebfa
commit
e7ef108cf4
2 changed files with 2 additions and 2 deletions
|
|
@ -1206,7 +1206,7 @@ mprsas_get_sata_identify(struct mpr_softc *sc, u16 handle,
|
|||
* 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;
|
||||
|
|
|
|||
|
|
@ -979,7 +979,7 @@ mpssas_get_sata_identify(struct mps_softc *sc, u16 handle,
|
|||
* 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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue