pcapDecoder allows .hex files as input. Make public some Avp methods for serializatio...
[anna.git] / example / diameter / launcher / main.cpp
index 48b304d..7a08518 100644 (file)
@@ -1512,7 +1512,7 @@ throw(anna::RuntimeException) {
         std::string buffer = d->asXMLString();
         out.write(buffer.c_str(), buffer.size());
         out.close();
-        std::cout << "Written '" << all_in_one << "' (provide it next time to be more comfortable)." << std::endl;
+        std::cout << "Written accumulated '" << all_in_one << "' (provide it next time to be more comfortable)." << std::endl;
       }
 
    } catch (anna::RuntimeException &ex) {