some cosmetics.

This commit is contained in:
Roland Jax
2014-05-11 15:12:00 +02:00
parent 23b00280da
commit 3cc04bf3a7
3 changed files with 30 additions and 27 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ std::string BaseLoop::decodeMessage(const std::string& data)
ebusCommand += m_commands->getEbusCommand(index);
std::transform(ebusCommand.begin(), ebusCommand.end(), ebusCommand.begin(), tolower);
L.log(bas, event, " type: %s msg: %s", type.c_str(), ebusCommand.c_str());
L.log(bas, trace, " type: %s msg: %s", type.c_str(), ebusCommand.c_str());
// send busCommand
m_ebusloop->addBusCommand(new BusCommand(type, ebusCommand));
BusCommand* busCommand = m_ebusloop->getBusCommand();