Skip to content

Commit

Permalink
Cleanup log
Browse files Browse the repository at this point in the history
  • Loading branch information
gagliardetto committed Sep 6, 2023
1 parent b14c7f4 commit b260594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd-rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func newCmd_rpc() *cli.Command {
klog.Infof("File %q is not a JSON or YAML file; do nothing", event.Name)
return
}
klog.Infof("File event: %s", spew.Sdump(event))
klog.Infof("File event: name=%q, op=%q", event.Name, event.Op)

if event.Op != fsnotify.Remove && multi.HasEpochWithSameHashAsFile(event.Name) {
klog.Infof("Epoch with same hash as file %q is already loaded; do nothing", event.Name)
Expand Down

0 comments on commit b260594

Please sign in to comment.