mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Change the printf of r192595 to identify the function,
as requested by Sam. Approved by: kib (mentor)
This commit is contained in:
parent
cce7d3464f
commit
ed41a7ccee
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue