Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/locfs/locfs.c

    rc1694b6b rf9b2cb4c  
    4444#include <async.h>
    4545#include <errno.h>
    46 #include <str_error.h>
    4746#include <task.h>
    4847#include <libfs.h>
     
    8887            &locfs_libfs_ops);
    8988        if (rc != EOK) {
    90                 printf("%s: Failed to register file system: %s\n", NAME, str_error(rc));
     89                printf("%s: Failed to register file system (%d)\n", NAME, rc);
    9190                return rc;
    9291        }
Note: See TracChangeset for help on using the changeset viewer.