mkfs.cramfs: use standard error message

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2013-05-14 23:54:07 +02:00
parent 41a8ff088b
commit 28b856ff88
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ do_mmap(char *path, unsigned int size, unsigned int mode){
fd = open(path, O_RDONLY);
if (fd < 0) {
warn(_("open failed: %s"), path);
warn(_("cannot open %s"), path);
warn_skip = 1;
goto err;
}