]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
foo does not live here anymore
authorDaniel Swarbrick <daniel@seventhsignal.de>
Thu, 3 Mar 2011 22:42:22 +0000 (23:42 +0100)
committerDaniel Swarbrick <daniel@seventhsignal.de>
Thu, 3 Mar 2011 22:42:22 +0000 (23:42 +0100)
src/mod/event_handlers/mod_snmp/subagent.c

index 4e8f03657f9becf4d078d95d39a49f9b12e8cca4..92febff7d58c51e7c1c5b992858dcd2f7bc4113e 100644 (file)
@@ -366,7 +366,7 @@ int handle_channelList(netsnmp_mib_handler *handler, netsnmp_handler_registratio
                break;
        default:
                /* we should never get here, so this is a really bad error */
-               snmp_log(LOG_ERR, "Unknown mode (%d) in handle_foo\n", reqinfo->mode );
+               snmp_log(LOG_ERR, "Unknown mode (%d) in handle_channelList\n", reqinfo->mode );
                return SNMP_ERR_GENERR;
        }