Changeset c1694b6b in mainline for uspace/srv/fs/exfat/exfat.c


Ignore:
Timestamp:
2017-12-08T21:03:35Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f77c1c9
Parents:
9eb1ff5
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2017-12-07 18:20:13)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2017-12-08 21:03:35)
Message:

Add str_error() in numerous places.

File:
1 edited

Legend:

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

    r9eb1ff5 rc1694b6b  
    4343#include <async.h>
    4444#include <errno.h>
     45#include <str_error.h>
    4546#include <task.h>
    4647#include <stdio.h>
     
    9596
    9697err:
    97         printf(NAME ": Failed to register file system (%d)\n", rc);
     98        printf(NAME ": Failed to register file system: %s\n", str_error(rc));
    9899        return rc;
    99100}
Note: See TracChangeset for help on using the changeset viewer.