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:
parent
591ec20937
commit
3340ae2796
3 changed files with 21 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue