summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>1999-03-28 08:54:25 +0000
committergrog <grog@FreeBSD.org>1999-03-28 08:54:25 +0000
commit4e4c94e91034dd0d3a19c94da23508eab1e45017 (patch)
tree513fe77139152a7fe5b41988abffd1414cf20955 /sys
parent6457f5694b7bd92936437c7ba6736333f0ad38dd (diff)
downloadFreeBSD-src-4e4c94e91034dd0d3a19c94da23508eab1e45017.zip
FreeBSD-src-4e4c94e91034dd0d3a19c94da23508eab1e45017.tar.gz
Put some \ns in some log messages.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/vinum/vinumrequest.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/vinum/vinumrequest.c b/sys/dev/vinum/vinumrequest.c
index 7d68ef8..f0d0cfb 100644
--- a/sys/dev/vinum/vinumrequest.c
+++ b/sys/dev/vinum/vinumrequest.c
@@ -33,7 +33,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: vinumrequest.c,v 1.22 1999/01/17 06:15:46 grog Exp grog $
+ * $Id: vinumrequest.c,v 1.23 1999/03/20 21:58:38 grog Exp grog $
*/
#define REALLYKERNEL
@@ -343,7 +343,7 @@ launch_requests(struct request *rq, int reviveok)
rq->active = 0; /* nothing yet */
/* XXX This is probably due to a bug */
if (rq->rqg == NULL) { /* no request */
- log(LOG_ERR, "vinum: null rqg");
+ log(LOG_ERR, "vinum: null rqg\n");
abortrequest(rq, EINVAL);
return -1;
}
@@ -591,7 +591,7 @@ bre(struct request *rq,
default:
- log(LOG_ERR, "vinum: invalid plex type %d in bre", plex->organization);
+ log(LOG_ERR, "vinum: invalid plex type %d in bre\n", plex->organization);
}
return status;
OpenPOWER on IntegriCloud