Changeset 6e596bd in mainline for uspace/lib/c/generic/io/log.c
- Timestamp:
- 2012-08-17T10:04:49Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bf9ac4e8
- Parents:
- b1912b0c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/io/log.c
rb1912b0c r6e596bd 145 145 return ENOMEM; 146 146 147 logger_session = service_connect_blocking(EXCHANGE_SERIALIZE, SERVICE_LOGGER, LOGGER_INTERFACE_ SINK, 0);147 logger_session = service_connect_blocking(EXCHANGE_SERIALIZE, SERVICE_LOGGER, LOGGER_INTERFACE_WRITER, 0); 148 148 if (logger_session == NULL) { 149 149 return ENOMEM;
Note:
See TracChangeset
for help on using the changeset viewer.