From 38b07557dcb9687de18d6e015901cb2338b7db03 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 26 Jun 2016 18:29:28 +0100 Subject: [PATCH] renamed to function_selfname --- 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 6e59918ec..516924561 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 "${modulename} Exiting with code: ${exitcode}" + echo "${function_selfname} Exiting with code: ${exitcode}" fi \ No newline at end of file