Ignore:
Timestamp:
Jul 10, 2013, 3:10:54 PM (11 years ago)
Author:
rybkin
Message:

See C.L. 508

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/source/cmt_parser.cxx

    r635 r649  
    79817981        //      if (!use.move_to ())
    79827982        {
    7983           CmtError::set (CmtError::package_not_found,
    7984                          "ReachCurrentPackage> Cannot reach the path directory");
     7983          CmtError::set (CmtError::package_not_found, use.get_info ());
     7984//           CmtError::set (CmtError::package_not_found,
     7985//                          "ReachCurrentPackage> Cannot reach the path directory");
    79857986          return (0);
    79867987        }
     
    81738174        //      if (!use.move_to ())
    81748175        {
    8175           CmtError::set (CmtError::package_not_found,
    8176                          "ReachCurrentPackage> Cannot reach the path directory");
     8176          CmtError::set (CmtError::package_not_found, use.get_info ());
     8177//           CmtError::set (CmtError::package_not_found,
     8178//                          "ReachCurrentPackage> Cannot reach the path directory");
    81778179          //          return -1;
    81788180          return (0);
Note: See TracChangeset for help on using the changeset viewer.