change log message from info to debug

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8040 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 3c9462722bdc62081b4d22c9d686ce08e394cf21
Former-commit-id: 03bfee14f10f737b68da00848ae9b8dd5c91c2b3
This commit is contained in:
iobyte 2022-02-16 20:33:10 +00:00
parent 54608932ad
commit bd39f746d1

View file

@ -1401,9 +1401,9 @@ void SDHUD::Refresh(tSituation *s, const SDFrameInfo* frameInfo,
if (currCar->_bestLapTime != 0){
float deltabest = currCar->_currLapTimeAtTrackPosition[(int)currCar->_distFromStartLine] - currCar->_bestLapTimeAtTrackPosition[(int)currCar->_distFromStartLine];
GfLogInfo("OSGHUD curr: %f \n", currCar->_currLapTimeAtTrackPosition[(int)currCar->_distFromStartLine]);
GfLogDebug("OSGHUD curr: %f \n", currCar->_currLapTimeAtTrackPosition[(int)currCar->_distFromStartLine]);
GfLogInfo("OSGHUD best: %f \n", currCar->_bestLapTimeAtTrackPosition[(int)currCar->_distFromStartLine]);
GfLogDebug("OSGHUD best: %f \n", currCar->_bestLapTimeAtTrackPosition[(int)currCar->_distFromStartLine]);
if(deltabest > 0){//we are slower