Merge pull request #82 from fate-grand-order/patch-1

correct spelling error in kernel_monitor.go
This commit is contained in:
Lantao Liu
2017-01-23 10:39:00 -08:00
committed by GitHub
+1 -1
View File
@@ -181,7 +181,7 @@ func (k *kernelMonitor) generateStatus(logs []*kerntypes.KernelLog, rule kerntyp
func (k *kernelMonitor) initializeStatus() {
// Initialize the default node conditions
k.conditions = initialConditions(k.config.DefaultConditions)
glog.Infof("Initalize condition generated: %+v", k.conditions)
glog.Infof("Initialize condition generated: %+v", k.conditions)
// Update the initial status
k.output <- &types.Status{
Source: k.config.Source,