ntfs_link(): remove redundant log

master
szaka 2007-05-15 21:13:26 +00:00
parent 6174a9365a
commit ce6872b434
1 changed files with 0 additions and 1 deletions

View File

@ -1637,7 +1637,6 @@ rollback_failed:
err_out:
free(fn);
errno = err;
ntfs_log_perror("Hard link failed");
return -1;
}