X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2FpcapDecoder%2Fmain.cpp;h=8029b51ab1a5db2489f8bcf03704c7512fc9e6a5;hb=3190f5702ccfcd2c42c51f4aa3217b249fead77f;hp=0f5fde6c549b83d364332b8589f10a87ae8e2c12;hpb=8ae9ca58ae814320a13b9a665fafc4b498ecdba3;p=anna.git diff --git a/example/diameter/pcapDecoder/main.cpp b/example/diameter/pcapDecoder/main.cpp index 0f5fde6..8029b51 100644 --- a/example/diameter/pcapDecoder/main.cpp +++ b/example/diameter/pcapDecoder/main.cpp @@ -417,7 +417,7 @@ int main(int argc, char **argv) { out << G_codecMsg.asXMLString(); // Close output file: out.close(); - std::string msg = "Open 'file.trace' in order to see process traces.\n"; + std::string msg = "Open '"; msg += filetrace; msg += "' in order to see process traces.\n"; msg += "Open '"; msg += outputFile; msg += "' to see decoding results."; _exit(msg, 0); } @@ -482,7 +482,7 @@ int main(int argc, char **argv) { // Close output file: out.close(); - std::string msg = "Open 'file.trace' in order to see process traces.\n"; + std::string msg = "Open '"; msg += filetrace; msg += "' in order to see process traces.\n"; msg += "Open '"; msg += outputFile; msg += "' to see decoding results."; _exit(msg, 0); }