diff options
| author | zhangjie <iamkadisi@163.com> | 2019-10-01 18:03:38 +0800 |
|---|---|---|
| committer | zhangjie <iamkadisi@163.com> | 2019-10-01 21:09:03 +0800 |
| commit | 0e2277b5a16a01dc086b6c8f1797c15269b838d8 (patch) | |
| tree | 95025b799f830c68ef65e261b393541a5745753b /staging | |
| parent | update vender to delete useless package (diff) | |
| download | kubeedge-0e2277b5a16a01dc086b6c8f1797c15269b838d8.tar.gz | |
create softlink for beehive and viaduct
Signed-off-by: zhangjie <iamkadisi@163.com>
Diffstat (limited to 'staging')
| -rw-r--r-- | staging/src/github.com/kubeedge/beehive/pkg/core/core.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/staging/src/github.com/kubeedge/beehive/pkg/core/core.go b/staging/src/github.com/kubeedge/beehive/pkg/core/core.go index c2bfe8191..87318c746 100644 --- a/staging/src/github.com/kubeedge/beehive/pkg/core/core.go +++ b/staging/src/github.com/kubeedge/beehive/pkg/core/core.go @@ -32,11 +32,11 @@ func GracefulShutdown() { syscall.SIGQUIT, syscall.SIGILL, syscall.SIGTRAP, syscall.SIGABRT) select { case s := <-c: - klog.Warningf("Get os signal %v", s.String()) + klog.Infof("Get os signal %v", s.String()) //Cleanup each modules modules := GetModules() for name, module := range modules { - klog.Warningf("Cleanup module %v", name) + klog.Infof("Cleanup module %v", name) module.Cleanup() } } |
