modules: startBot: adjust start message

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2021-04-09 17:10:37 +02:00
parent b097f088c8
commit 45efa80699
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# File: processUpdates.sh
# Note: DO NOT EDIT! this file will be overwritten on update
#
#### $$VERSION$$ v1.51-dev-20-ge4c13dd
#### $$VERSION$$ v1.51-dev-21-gb097f08
##################################################################
##############
@ -302,7 +302,7 @@ declare -A BASHBOTBLOCKED
start_bot() {
local DEBUGMSG
# startup message
DEBUGMSG="BASHBOT startup actions, debug mode set to \"${1:-normal}\" =========="
DEBUGMSG="BASHBOT startup actions, mode set to \"${1:-normal}\" =========="
log_update "${DEBUGMSG}"
# redirect to Debug.log
if [[ "$1" == *"debug" ]]; then