Fix a format buglet.

Spotted by:	iedowse
This commit is contained in:
phk 2002-09-05 11:42:03 +00:00
parent 84ffd810ea
commit d5001c9818

View File

@ -199,7 +199,7 @@ softclock(void *dummy)
if (bt2.frac > maxdt) {
bintime2timespec(&bt2, &ts2);
printf(
"Expensive timeout(9) function: %p(%p) %d.%09d\n",
"Expensive timeout(9) function: %p(%p) %d.%09ld\n",
c_func, c_arg,
ts2.tv_sec, ts2.tv_nsec);
}