diff --git a/src/market/MarketPlaceManagerDriver.cc b/src/market/MarketPlaceManagerDriver.cc index 37e0bf59d0..0413b5de34 100644 --- a/src/market/MarketPlaceManagerDriver.cc +++ b/src/market/MarketPlaceManagerDriver.cc @@ -112,7 +112,7 @@ static void monitor_action( if ( rc != 0 ) { oss << "Error parsing marketplace information: " << error_msg - << ". Monitoring information: " << endl << *info; + << ". Monitoring information: " << endl << info64; NebulaLog::log("MKP", Log::ERROR, oss);