76
76
else nt_error = map_nt_error_from_unix(errno);
78
78
// write error to logfile
79
CLog::Log(LOGERROR, "SMBDirectory->GetDirectory: Unable to open directory : '%s'\nunix_err:'%x' nt_err : '%x' error : '%s'",
80
80
strPath.c_str(), errno, nt_error, get_friendly_nt_error_msg(nt_error));
82
82
// is we have an 'invalid handle' error we don't display the error