Changed CParticle::CheckChannel log message

dev-time-step
krzys-h 2016-03-28 23:04:24 +02:00
parent e24d77bde8
commit 427bbfa630
1 changed files with 2 additions and 2 deletions

View File

@ -647,13 +647,13 @@ bool CParticle::CheckChannel(int &channel)
if (!m_particle[channel].used)
{
GetLogger()->Error("CheckChannel used=false !\n");
GetLogger()->Error("CParticle::CheckChannel used=false !\n");
return false;
}
if (m_particle[channel].uniqueStamp != uniqueStamp)
{
GetLogger()->Error("CheckChannel uniqueStamp !\n");
GetLogger()->Error("CParticle::CheckChannel uniqueStamp !\n");
return false;
}