From 5679a4c84a7dd6353fd09fb3672221777ceb8958 Mon Sep 17 00:00:00 2001 From: Eduardo Ramos Testillano Date: Tue, 2 Feb 2016 21:03:04 +0100 Subject: [PATCH] Improvs. --- example/diameter/launcher/Launcher.cpp | 4 ++-- example/diameter/launcher/deployments/st-client/configure.sh | 2 +- .../launcher/resources/services_examples/services.dtd | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/diameter/launcher/Launcher.cpp b/example/diameter/launcher/Launcher.cpp index 193e2cb..4cd4052 100644 --- a/example/diameter/launcher/Launcher.cpp +++ b/example/diameter/launcher/Launcher.cpp @@ -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\ '......xml'\n\ Default value 'no'.\n\ diff --git a/example/diameter/launcher/deployments/st-client/configure.sh b/example/diameter/launcher/deployments/st-client/configure.sh index 2563d3f..ef733a8 100755 --- a/example/diameter/launcher/deployments/st-client/configure.sh +++ b/example/diameter/launcher/deployments/st-client/configure.sh @@ -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 diff --git a/example/diameter/launcher/resources/services_examples/services.dtd b/example/diameter/launcher/resources/services_examples/services.dtd index c1bc9da..9cdcd88 100755 --- a/example/diameter/launcher/resources/services_examples/services.dtd +++ b/example/diameter/launcher/resources/services_examples/services.dtd @@ -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: '......xml' Default value 'no'. -- 2.20.1