printed CEL messages to stdout when running in batch mode. Aborted current session when in batch mode and a FATAL event is received from the daemon

This commit is contained in:
tgoff0 2015-05-22 00:54:09 +00:00
parent 591ec20937
commit 3340ae2796
3 changed files with 21 additions and 5 deletions

View file

@ -126,6 +126,7 @@ loadPluginsConf
checkCommandLineAddressPort
autoConnectPlugins
set g_abort_session 0
#
# Initialization should be complete now, so let's start doing something...
@ -176,7 +177,7 @@ if {$execMode == "interactive"} {
after 100 {
loadCfg $cfg
deployCfgAPI $sock
puts "waiting to enter RUNTIME state..."
puts "Waiting to enter RUNTIME state..."
}
global vwaitdummy
vwait vwaitdummy