Change the printf of r192595 to identify the function,

as requested by Sam.

Approved by:	kib (mentor)
This commit is contained in:
Rick Macklem 2009-05-22 19:05:48 +00:00
parent cce7d3464f
commit ed41a7ccee

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);
}