Change the printf of r192595 to identify the function,
as requested by Sam. Approved by: kib (mentor)
This commit is contained in:
parent
8bf56a9772
commit
4b53f9789d
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user