tidy up error message
parent
9028a53dfc
commit
a1ef87e393
|
@ -160,7 +160,7 @@ ntfs_volume * utils_mount_volume (const char *device, unsigned long flags, BOOL
|
|||
Eprintf("Couldn't mount device '%s': %s\n", device,
|
||||
strerror(err));
|
||||
if (err == EOPNOTSUPP)
|
||||
Eprintf("It's seems that logfile check failed. "
|
||||
Eprintf("It seems that the logfile check failed. "
|
||||
"Try to mount volume in windows.\n");
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue