Fix printf.

Submitted by:	az
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2011-12-12 10:04:04 +00:00
parent 61af1d1393
commit 134465d732
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228432

View File

@ -233,7 +233,7 @@ swap_reserve_by_cred(vm_ooffset_t incr, struct ucred *cred)
}
if (!res && ppsratecheck(&lastfail, &curfail, 1)) {
printf("uid %d, pid %d: swap reservation for %jd bytes failed\n",
curproc->p_pid, uip->ui_uid, incr);
uip->ui_uid, curproc->p_pid, incr);
}
#ifdef RACCT