Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/io/log.c

    rf9b2cb4c r849bebe4  
    166166                return ENOMEM;
    167167
    168         logger_session = service_connect_blocking(SERVICE_LOGGER,
    169             INTERFACE_LOGGER_WRITER, 0);
     168        logger_session = service_connect_blocking(EXCHANGE_SERIALIZE, SERVICE_LOGGER, LOGGER_INTERFACE_WRITER, 0);
    170169        if (logger_session == NULL) {
    171170                return ENOMEM;
Note: See TracChangeset for help on using the changeset viewer.