Skip to content

Commit

Permalink
chore: improve logging
Browse files Browse the repository at this point in the history
  • Loading branch information
pmb0 committed Dec 7, 2020
1 parent aff1cb9 commit dfeaa03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unleash/updaters/base-updater.ts
Expand Up @@ -22,7 +22,7 @@ export abstract class BaseUpdater implements OnApplicationShutdown {

stop(): void {
if (this.timeout) {
this.logger.debug(`Stopping updater ...`)
this.logger.debug(`Stopping updater ${this.constructor.name} ...`)
clearInterval(this.timeout)
}
}
Expand Down

0 comments on commit dfeaa03

Please sign in to comment.