Ignore:
File:
1 edited

Legend:

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

    rf9b2cb4c rc1694b6b  
    4141#include <ns.h>
    4242#include <errno.h>
     43#include <str_error.h>
    4344#include <stdio.h>
    4445#include <libfs.h>
     
    8384            &cdfs_libfs_ops);
    8485        if (rc != EOK) {
    85                 printf("%s: Failed to register file system (%d)\n", NAME, rc);
     86                printf("%s: Failed to register file system: %s\n", NAME, str_error(rc));
    8687                return rc;
    8788        }
Note: See TracChangeset for help on using the changeset viewer.