From 3262ad89031b125159173c94bd7824cc31b6548e Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 26 Jun 2016 18:38:01 +0100 Subject: [PATCH] e --- lgsm/functions/core_exit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/core_exit.sh b/lgsm/functions/core_exit.sh index 516924561..4fbda5605 100644 --- a/lgsm/functions/core_exit.sh +++ b/lgsm/functions/core_exit.sh @@ -23,5 +23,5 @@ fi if [ -f "${rootdir}/.dev-debug" ]; then sleep 0.5 - echo "${function_selfname} Exiting with code: ${exitcode}" + echo "${function_selfname} exiting with code: ${exitcode}" fi \ No newline at end of file