Browse Source

renamed to function_selfname

pull/914/head
Daniel Gibbs 9 years ago
parent
commit
38b07557dc
  1. 2
      lgsm/functions/core_exit.sh

2
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
Loading…
Cancel
Save