Skip to content

Commit

Permalink
WATCHER: Move print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cian911 committed Dec 12, 2021
1 parent 5980f2a commit 513235e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watcher/watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ func (pc *PathConsumer) Receive(path, ev string) {
}

func (pc *PathConsumer) Process(e *event.Event) {
log.Println("Event has been processed.")
e.Move()
log.Println("Event has been processed.")
}

func (pw *PathWatcher) Register(consumer *Consumer) {
Expand Down

0 comments on commit 513235e

Please sign in to comment.