ntfs: only prints a trace in case fs_mount failed.

This commit is contained in:
Jérôme Duval 2018-07-01 15:08:55 +02:00
parent 5bd8cf13c5
commit 9e9fc9f1a3

View File

@ -451,6 +451,9 @@ fs_mount(fs_volume *_vol, const char *device, ulong flags, const char *args,
} else
free(ns);
TRACE("fs_mount - EXIT\n");
return B_OK;
exit:
ERROR("fs_mount - EXIT, result code is %s\n", strerror(result));