Correct debug message.
This commit is contained in:
parent
ae77177087
commit
5b0da85a41
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=233295
@ -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 New Issue
Block a user