Changes in uspace/srv/net/udp/udp.c [32d19f7:06a1d077] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/udp/udp.c
r32d19f7 r06a1d077 73 73 printf(NAME ": UDP (User Datagram Protocol) service\n"); 74 74 75 rc = log_init(NAME, LVL_ DEBUG);75 rc = log_init(NAME, LVL_WARN); 76 76 if (rc != EOK) { 77 77 printf(NAME ": Failed to initialize log.\n");
Note:
See TracChangeset
for help on using the changeset viewer.