ntfs_pathname_to_inode: cleanup perror logging

master
szaka 2009-03-18 00:47:58 +00:00
parent 77096a387a
commit 0f18c0f65f
1 changed files with 2 additions and 2 deletions

View File

@ -482,8 +482,8 @@ ntfs_inode *ntfs_pathname_to_inode(ntfs_volume *vol, ntfs_inode *parent,
len = ntfs_mbstoucs(p, &unicode);
if (len < 0) {
ntfs_log_perror("Couldn't convert filename to Unicode: "
"'%s'.\n", p);
ntfs_log_perror("Could not convert filename to Unicode:"
" '%s'", p);
err = errno;
goto close;
} else if (len > NTFS_MAX_NAME_LEN) {