Changes in uspace/lib/c/generic/io/logctl.c [01900b6:5a6cc679] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/io/logctl.c
r01900b6 r5a6cc679 48 48 49 49 if (logger_session == NULL) { 50 errno_t rc;51 50 logger_session = service_connect_blocking(SERVICE_LOGGER, 52 INTERFACE_LOGGER_CONTROL, 0 , &rc);51 INTERFACE_LOGGER_CONTROL, 0); 53 52 if (logger_session == NULL) 54 return rc;53 return ENOMEM; 55 54 } 56 55
Note:
See TracChangeset
for help on using the changeset viewer.