Changeset 2301


Ignore:
Timestamp:
Aug 22, 2005, 5:48:08 AM (20 years ago)
Author:
bird
Message:

More logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/sys/fs.c

    • Property cvs2svn:cvs-rev changed from 1.21 to 1.22
    r2300 r2301  
    12531253            pszNativePath[cch] = '\0';
    12541254        }
    1255         LIBCLOG_RETURN_INT(0);
     1255        LIBCLOG_RETURN_MSG(0, "ret 0 pszNativePath=%p:{%s}\n", (void *)pszNativePath, pszNativePath);
    12561256    }
    12571257
    12581258    /* failure */
    1259     LIBCLOG_ERROR_RETURN_INT(rcRet);
     1259    LIBCLOG_ERROR_RETURN_MSG(rcRet, "ret %d pszNativePath=%p:{%s}\n", rcRet, (void *)pszNativePath, pszNativePath);
    12601260    pszUserPathIn = pszUserPathIn;
    12611261}
Note: See TracChangeset for help on using the changeset viewer.