Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/intctl/icp-ic/icp-ic.c

    rc1694b6b rb446b02  
    4141#include <ddf/log.h>
    4242#include <errno.h>
    43 #include <str_error.h>
    4443#include <ipc/irc.h>
    4544#include <stdint.h>
     
    137136        rc = ddf_fun_bind(fun_a);
    138137        if (rc != EOK) {
    139                 ddf_msg(LVL_ERROR, "Failed binding function 'a': %s", str_error(rc));
     138                ddf_msg(LVL_ERROR, "Failed binding function 'a'. (%d)", rc);
    140139                goto error;
    141140        }
Note: See TracChangeset for help on using the changeset viewer.