Skip to content

Commit

Permalink
Merge "One more Issue while passing uint8 to stringstream"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Dec 31, 2015
2 parents e7db099 + 887e469 commit cdebeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query_engine/QEOpServerProxy.cc
Expand Up @@ -876,7 +876,7 @@ class QEOpServerProxy::QEOpServerImpl {

void ConnUp(uint8_t cnum) {
std::ostringstream ostr;
ostr << "ConnUp.. UP " << cnum;
ostr << "ConnUp.. UP " << (uint32_t)cnum;
QE_LOG_NOQID(DEBUG, ostr.str());
qosp_->evm_->io_service()->post(
boost::bind(&QEOpServerImpl::ConnUpPrePostProcess,
Expand Down

0 comments on commit cdebeb0

Please sign in to comment.