Fixes for cross-platform build.
This commit is contained in:
@@ -64,6 +64,11 @@ void Controller::handleTransaction()
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef DEBUG_MSGS
|
||||
clog << "Message:" << endl;
|
||||
clog << "cid: " << msg->cid << ", cmd: " << static_cast<unsigned int>(msg->cmd) << endl;
|
||||
#endif
|
||||
|
||||
channels.at(opChannel).handle(msg);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user