Ignore:
File:
1 edited

Legend:

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

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