From 16ec49917ef56b23c577762fcef602363f45159b Mon Sep 17 00:00:00 2001 From: torcs-ng Date: Thu, 20 May 2021 21:28:15 +0000 Subject: [PATCH] - update simuV4 git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7518 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: ab95a9a673ea15ab9857faf8cc6aaa06200921b0 Former-commit-id: a1618ab82b48a869226907289d306106fbb6f98a --- src/modules/simu/simuv4/wheel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/simu/simuv4/wheel.cpp b/src/modules/simu/simuv4/wheel.cpp index e7e94553e..5f5d5e361 100644 --- a/src/modules/simu/simuv4/wheel.cpp +++ b/src/modules/simu/simuv4/wheel.cpp @@ -130,8 +130,8 @@ void SimWheelConfig(tCar *car, int index) wheel->muTDmult[1] = (tdble) ((1.0 - wheel->muTDoffset[1]) / (1.0 - wheel->critTreadDepth)); wheel->muTDoffset[1] = wheel->muTDoffset[1] - wheel->muTDmult[1] * wheel->critTreadDepth; - GfLogInfo(" # Sim heatingm = %.9f\n", wheel->heatingm); - GfLogInfo(" # Sim wearrate = %.9f\n", wheel->wearrate); + GfLogDebug(" # Sim heatingm = %.9f\n", wheel->heatingm); + GfLogDebug(" # Sim wearrate = %.9f\n", wheel->wearrate); /* components */ SimSuspConfig(car, hdle, SuspSect[index], &(wheel->susp), index);