Changeset bd88bee in mainline for uspace/srv/net/inetsrv
- Timestamp:
- 2013-09-21T22:51:06Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 66ec63a
- Parents:
- 7af0cc5
- Location:
- uspace/srv/net/inetsrv
- Files:
-
- 2 edited
-
inet_link.c (modified) (1 diff)
-
inetcfg.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/inetsrv/inet_link.c
r7af0cc5 rbd88bee 251 251 } 252 252 253 log_msg(LOG_DEFAULT, LVL_DEBUG, "Configured link '%s'.", ilink->svc_name); 253 254 return EOK; 254 255 -
uspace/srv/net/inetsrv/inetcfg.c
r7af0cc5 rbd88bee 750 750 sysarg_t method = IPC_GET_IMETHOD(call); 751 751 752 log_msg(LOG_DEFAULT, LVL_DEBUG, "method %d", (int)method); 752 753 if (!method) { 753 754 /* The other side has hung up */
Note:
See TracChangeset
for help on using the changeset viewer.
