@@ -23,7 +23,7 @@ func (cluster *Cluster) BashScriptAlert(alert alert.Alert) error {
23
23
cluster .LogModulePrintf (cluster .Conf .Verbose , config .ConstLogModGeneral , "ERROR" , "%s" , err )
24
24
}
25
25
26
- cluster .LogModulePrintf (cluster .Conf .Verbose , config .ConstLogModGeneral , "INFO" , "Alert script complete:" , string (out ))
26
+ cluster .LogModulePrintf (cluster .Conf .Verbose , config .ConstLogModGeneral , "INFO" , "Alert script complete: %s " , string (out ))
27
27
}
28
28
return nil
29
29
}
@@ -37,7 +37,7 @@ func (cluster *Cluster) BashScriptOpenSate(state state.State) error {
37
37
cluster .LogModulePrintf (cluster .Conf .Verbose , config .ConstLogModGeneral , "ERROR" , "%s" , err )
38
38
}
39
39
40
- cluster .LogModulePrintf (cluster .Conf .Verbose , config .ConstLogModGeneral , "INFO" , "Opee state script complete:" , string (out ))
40
+ cluster .LogModulePrintf (cluster .Conf .Verbose , config .ConstLogModGeneral , "INFO" , "Open state script complete: %s " , string (out ))
41
41
}
42
42
return nil
43
43
}
@@ -50,7 +50,7 @@ func (cluster *Cluster) BashScriptCloseSate(state state.State) error {
50
50
cluster .LogModulePrintf (cluster .Conf .Verbose , config .ConstLogModGeneral , "ERROR" , "%s" , err )
51
51
}
52
52
53
- cluster .LogModulePrintf (cluster .Conf .Verbose , config .ConstLogModGeneral , "INFO" , "Close state script complete:" , string (out ))
53
+ cluster .LogModulePrintf (cluster .Conf .Verbose , config .ConstLogModGeneral , "INFO" , "Close state script complete %s :" , string (out ))
54
54
}
55
55
return nil
56
56
}
0 commit comments