foo does not live here anymore

This commit is contained in:
Daniel Swarbrick 2011-03-03 23:42:22 +01:00
parent 7e4a2b6a43
commit eb526c573f
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ int handle_channelList(netsnmp_mib_handler *handler, netsnmp_handler_registratio
break; break;
default: default:
/* we should never get here, so this is a really bad error */ /* 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; return SNMP_ERR_GENERR;
} }