Ignore:
File:
1 edited

Legend:

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

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