diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2019-05-31 15:11:14 -0500 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-06-03 20:21:23 +0200 |
commit | abb1aca918803d7e4d25e7a493ead5db05abaa6e (patch) | |
tree | 8b7ad203ce51bc34f906fcb4d038f0afb63eca26 /sonar-application | |
parent | 6975fba191f8d8e5dd8189a1c2144618173c57b9 (diff) | |
download | sonarqube-abb1aca918803d7e4d25e7a493ead5db05abaa6e.tar.gz sonarqube-abb1aca918803d7e4d25e7a493ead5db05abaa6e.zip |
SONAR-12042 Apply feedback regarding logging
Diffstat (limited to 'sonar-application')
-rwxr-xr-x | sonar-application/src/main/assembly/bin/linux-x86-64/sonar.sh | 2 | ||||
-rwxr-xr-x | sonar-application/src/main/assembly/bin/macosx-universal-64/sonar.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sonar-application/src/main/assembly/bin/linux-x86-64/sonar.sh b/sonar-application/src/main/assembly/bin/linux-x86-64/sonar.sh index 5f435840e6c..e8d007df085 100755 --- a/sonar-application/src/main/assembly/bin/linux-x86-64/sonar.sh +++ b/sonar-application/src/main/assembly/bin/linux-x86-64/sonar.sh @@ -478,7 +478,7 @@ waitforstop() { } stopit() { - echo "Gracefully stopping $APP_LONG_NAME (can take some time)..." + echo "Gracefully stopping $APP_LONG_NAME..." getpid if [ "X$pid" = "X" ] then diff --git a/sonar-application/src/main/assembly/bin/macosx-universal-64/sonar.sh b/sonar-application/src/main/assembly/bin/macosx-universal-64/sonar.sh index 3d87593bdba..73c1a3d5d7f 100755 --- a/sonar-application/src/main/assembly/bin/macosx-universal-64/sonar.sh +++ b/sonar-application/src/main/assembly/bin/macosx-universal-64/sonar.sh @@ -485,7 +485,7 @@ waitforstop() { } stopit() { - echo "Gracefully stopping $APP_LONG_NAME (can take some time)..." + echo "Gracefully stopping $APP_LONG_NAME..." getpid if [ "X$pid" = "X" ] then |