~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to xbmc/FileSystem/SMBDirectory.cpp

  • Committer: tslayer
  • Date: 2004-08-05 23:57:52 UTC
  • Revision ID: svn-v4:568bbfeb-2a22-0410-94d2-cc84cf5bfa90:trunk/XBMC:1846
  - fixed: Fallback skin is now Project Mayhem and not MediaCenter

  - fixed: Only use directory name as description for default.xbe

  - added: Different Log Levels can now be specified.  Default is NOTICE.

         . Please note that the default loglevel is NOTICE.
         . The LogLevels that can be used are defined in utils/log.h
         . I've changed some of the Log statements to use the loglevel
           as I saw fit, but please change if you feel it should be another
           log level.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
                else nt_error = map_nt_error_from_unix(errno);
77
77
 
78
78
                // write error to logfile
79
 
                CLog::Log("SMBDirectory->GetDirectory: Unable to open directory : '%s'\nunix_err:'%x' nt_err : '%x' error : '%s'",
 
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));
81
81
 
82
82
                // is we have an 'invalid handle' error we don't display the error