Fix typo in custom-plugin-monitor

This commit is contained in:
Frame
2020-08-03 17:08:42 +08:00
committed by GitHub
parent f3ab10eddb
commit 9678892546
@@ -120,7 +120,7 @@ func (c *customPluginMonitor) Stop() {
c.tomb.Stop()
}
// monitorLoop is the main loop of log monitor.
// monitorLoop is the main loop of customPluginMonitor.
func (c *customPluginMonitor) monitorLoop() {
c.initializeStatus()