Alter levels and threshold logging slightly.

This commit is contained in:
Jonathan Naylor 2016-06-22 18:06:49 +01:00
parent 17f6314f90
commit 2d656b0126
6 changed files with 6 additions and 6 deletions

View file

@ -484,6 +484,6 @@ void CDStarTX::setLevels(int8_t percent)
m_level1[i] = level;
}
DEBUG2("D-Star, Level", level);
DEBUG2("DStarTX: Level", level);
}