From: Eduardo Ramos Testillano Date: Sat, 4 Apr 2015 12:34:46 +0000 (+0200) Subject: Update filetrace name X-Git-Tag: REFACTORING_TESTING_LIBRARY~191 X-Git-Url: https://git.teslayout.com/public/public/public/?a=commitdiff_plain;h=3190f5702ccfcd2c42c51f4aa3217b249fead77f;hp=b790da6df5faf7e8dfb2a950e6030fefacebc31e;p=anna.git Update filetrace name --- 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); }