Change the printf of r192595 to identify the function,

as requested by Sam.

Approved by:	kib (mentor)
This commit is contained in:
rmacklem 2009-05-22 19:05:48 +00:00
parent 8bf56a9772
commit 4b53f9789d

View File

@ -3705,7 +3705,7 @@ nfsrv_nextclientindex(void)
if (client_index != 0)
return (client_index);
printf("out of clientids\n");
printf("%s: out of clientids\n", __func__);
return (client_index);
}