Ignore:
File:
1 edited

Legend:

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

    rc1694b6b r582a0b8  
    4646#include <async.h>
    4747#include <errno.h>
    48 #include <str_error.h>
    4948#include <stdio.h>
    5049#include <task.h>
     
    9089            &tmpfs_libfs_ops);
    9190        if (rc != EOK) {
    92                 printf(NAME ": Failed to register file system: %s\n", str_error(rc));
     91                printf(NAME ": Failed to register file system (%d)\n", rc);
    9392                return rc;
    9493        }
Note: See TracChangeset for help on using the changeset viewer.