diff --git a/xbeemav/src/XBeeSetup.cpp b/xbeemav/src/XBeeSetup.cpp index f984c9a..907f20b 100644 --- a/xbeemav/src/XBeeSetup.cpp +++ b/xbeemav/src/XBeeSetup.cpp @@ -36,7 +36,7 @@ bool setupXBee(const std::string &device_port, const unsigned int baud_rate) { } // Flash config params to device - std::cout << "Connected to XBee on port: " << argsStr << ". Flashing Config File..." << std::endl; + std::cout << "Connected to XBee on " << argsStr << ". Flashing Config File..." << std::endl; std::vector *config_parameters = config_parser.Get_Loaded_Parameters(); for (auto& param : *config_parameters) { std::string current_command = "";