mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 01:59:19 +02:00
Logtype category for traction issues, log also without debugmode
This commit is contained in:
@@ -3038,7 +3038,7 @@ bool TDynamicObject::Update(double dt, double dt1)
|
||||
ErrorLog(
|
||||
"Bad traction: " + MoverParameters->Name
|
||||
+ " lost power for " + to_string( NoVoltTime, 2 ) + " sec. at "
|
||||
+ to_string( glm::dvec3{ vPosition } ) );
|
||||
+ to_string( glm::dvec3{ vPosition } ), logtype::traction );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user