Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/nconfsrv/iplink.c

    rc1694b6b rc6bf6be  
    3737#include <stdbool.h>
    3838#include <errno.h>
    39 #include <str_error.h>
    4039#include <fibril_synch.h>
    4140#include <inet/dhcp.h>
     
    182181        if (rc != EOK) {
    183182                log_msg(LOG_DEFAULT, LVL_ERROR, "Failed registering callback for IP link "
    184                     "discovery: %s.", str_error(rc));
     183                    "discovery (%d).", rc);
    185184                return rc;
    186185        }
Note: See TracChangeset for help on using the changeset viewer.