Update filetrace name
authorEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Sat, 4 Apr 2015 12:34:46 +0000 (14:34 +0200)
committerEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Sat, 4 Apr 2015 12:34:46 +0000 (14:34 +0200)
example/diameter/pcapDecoder/main.cpp

index 0f5fde6..8029b51 100644 (file)
@@ -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);
 }