diff --git a/src/puppet-web/watchdog.ts b/src/puppet-web/watchdog.ts index 93bdadeb2e2534e2171fdb0d5a8136e7a135bdf1..716f03e2e25946ee3dc8e8c62e2f802267e311b1 100644 --- a/src/puppet-web/watchdog.ts +++ b/src/puppet-web/watchdog.ts @@ -62,7 +62,7 @@ function onFeed(this: PuppetWeb, food: WatchdogFood) { // return // } if (this.state.target() === 'dead' || this.state.inprocess()) { - log.warn('PuppetWebWatchdog', 'onFeed() is disabled because target state is `dead` or state is inprocess') + log.info('PuppetWebWatchdog', 'onFeed() is disabled because target state is `dead` or state is inprocess') return }