Changeset 519 for cpp


Ignore:
Timestamp:
06/22/16 16:37:18 (8 years ago)
Author:
Maciej Komosinski
Message:

Simpler and more understandable error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/model/model.cpp

    r501 r519  
    10051005                        {
    10061006                        ret=0;
    1007                         logPrintf("Model","internalCheck",LOG_ERROR,"Delta too big in Joint #%d%s",i,nameForErrors().c_str());
    1008                         }
    1009                         else if (j->d()<getMinJoint().d.x)
    1010                         {
    1011                         ret=0;
    1012                         logPrintf("Model","internalCheck",LOG_ERROR,"delta too small in Joint #%d%s",i,nameForErrors().c_str());
     1007                        logPrintf("Model","internalCheck",LOG_ERROR,"Joint #%d too long%s",i,nameForErrors().c_str());
    10131008                        }
    10141009                                }
Note: See TracChangeset for help on using the changeset viewer.