mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Correct debug message.
This commit is contained in:
parent
ae77177087
commit
5b0da85a41
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ linker_file_unregister_sysctls(linker_file_t lf)
|
|||
{
|
||||
struct sysctl_oid **start, **stop, **oidp;
|
||||
|
||||
KLD_DPF(FILE, ("linker_file_unregister_sysctls: registering SYSCTLs"
|
||||
KLD_DPF(FILE, ("linker_file_unregister_sysctls: unregistering SYSCTLs"
|
||||
" for %s\n", lf->filename));
|
||||
|
||||
if (linker_file_lookup_set(lf, "sysctl_set", &start, &stop, NULL) != 0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue