switch everything to new log API and drop old one
This commit is contained in:
@ -46,7 +46,7 @@ static void* capwap_80211_macoperation_element_parsing(capwap_message_elements_h
|
||||
ASSERT(func != NULL);
|
||||
|
||||
if (func->read_ready(handle) != 16) {
|
||||
capwap_logging_debug("Invalid IEEE 802.11 MAC Operation element");
|
||||
log_printf(LOG_DEBUG, "Invalid IEEE 802.11 MAC Operation element");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user