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