Changes in uspace/srv/net/inetsrv/reass.c [b4ec1ea:a1a101d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/inetsrv/reass.c
rb4ec1ea ra1a101d 86 86 int rc; 87 87 88 log_msg(L VL_DEBUG, "inet_reass_queue_packet()");88 log_msg(LOG_DEFAULT, LVL_DEBUG, "inet_reass_queue_packet()"); 89 89 90 90 fibril_mutex_lock(&reass_dgram_map_lock); … … 95 95 /* Only happens when we are out of memory */ 96 96 fibril_mutex_unlock(&reass_dgram_map_lock); 97 log_msg(L VL_DEBUG, "Allocation failed, packet dropped.");97 log_msg(LOG_DEFAULT, LVL_DEBUG, "Allocation failed, packet dropped."); 98 98 return ENOMEM; 99 99 }
Note:
See TracChangeset
for help on using the changeset viewer.