Improvs.
authorEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Tue, 2 Feb 2016 20:03:04 +0000 (21:03 +0100)
committerEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Tue, 2 Feb 2016 20:03:04 +0000 (21:03 +0100)
example/diameter/launcher/Launcher.cpp
example/diameter/launcher/deployments/st-client/configure.sh
example/diameter/launcher/resources/services_examples/services.dtd

index 193e2cb..4cd4052 100644 (file)
@@ -101,8 +101,8 @@ const char *ServicesDTD = "\
    splitLog:                                Splits log file (appends to log filename, extensions with the type of event: see help on\n\
                                             startup information-level traces). No log files for code/decode and load operations are created.\n\
                                             Default value 'no'.\n\
-   detailedLog:                             Insert detailed information at log files. Should be disabled on automatic tests. Useful on\n\
-                                            'balance' mode to know messages flow along the sockets. Default value 'no'.\n\
+   detailedLog:                             Insert detailed information at log files (timestamps, communication resources, etc.). Useful\n\
+                                            to analyze the messages flow along the sockets (specially on 'balance' mode). Default 'no'.\n\
    dumpLog:                                 Write to disk every incoming/outcoming message named as:\n\
                                                '<originHost>.<hop by hop>.<end to end>.<message code>.<request|answer>.<type of event>.xml'\n\
                                             Default value 'no'.\n\
index 2563d3f..ef733a8 100755 (executable)
@@ -102,7 +102,7 @@ echo "====================================="
 echo "ADML SYSTEM TEST CONFIGURATION WIZARD"
 echo "====================================="
 echo
-[ -d ADMLS ] && _exit "ADMLS directory still exists. Please remove it to continue (you may have to 'pkill ADML' before) !"
+[ -d ADMLS ] && _exit "ADMLS directory still exists. Please move/remove it to continue (you may have to 'pkill ADML' before) !"
 [ ! -d services ] && _exit "Missing services configuration (expecting '$PWD/services' directory) !"
 
 calculate_deployment_layout
index c1bc9da..9cdcd88 100755 (executable)
@@ -60,8 +60,8 @@
    splitLog:                                Splits log file (appends to log filename, extensions with the type of event: see help on
                                             startup information-level traces). No log files for code/decode and load operations are created.
                                             Default value 'no'.
-   detailedLog:                             Insert detailed information at log files. Should be disabled on automatic tests. Useful on
-                                            'balance' mode to know messages flow along the sockets. Default value 'no'.
+   detailedLog:                             Insert detailed information at log files (timestamps, communication resources, etc.). Useful
+                                            to analyze the messages flow along the sockets (specially on 'balance' mode). Default 'no'.
    dumpLog:                                 Write to disk every incoming/outcoming message named as:
                                                '<originHost>.<hop by hop>.<end to end>.<message code>.<request|answer>.<type of event>.xml'
                                             Default value 'no'.