Date: Fri, 8 Jul 2022 02:25:39 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 0a93e8e36012 - stable/13 - snmp_hostres(3): Fix a typo in a debug message Message-ID: <202207080225.2682Pd0t013757@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=0a93e8e3601299305fb6cf04156c577235b497fe commit 0a93e8e3601299305fb6cf04156c577235b497fe Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-07-03 12:57:12 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-07-08 02:25:18 +0000 snmp_hostres(3): Fix a typo in a debug message - s/atempt/attempt/ (cherry picked from commit c7b9006af57e453fe5fcb37a98edf61b5c7750f2) --- usr.sbin/bsnmpd/modules/snmp_hostres/hostres_swrun_tbl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_swrun_tbl.c b/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_swrun_tbl.c index f1a2f09e440f..4cb0fc323139 100644 --- a/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_swrun_tbl.c +++ b/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_swrun_tbl.c @@ -479,7 +479,7 @@ invalidate_swrun_entry(struct swrun_entry *entry, int commit) if (entry->index >= NO_PID + 1) { /* this is a kernel item */ - HRDBG("atempt to unload KLD %d", + HRDBG("attempt to unload KLD %d", entry->index - NO_PID - 1); if (entry->index == SWOSIndex) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207080225.2682Pd0t013757>