mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
Put some \ns in some log messages.
This commit is contained in:
parent
1238689209
commit
d8118f9d41
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45083
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user