diff options
| -rw-r--r-- | weed/command/watch.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/watch.go b/weed/command/watch.go index 3bee0eabe..fd7dd6fb2 100644 --- a/weed/command/watch.go +++ b/weed/command/watch.go @@ -101,7 +101,7 @@ func runWatch(cmd *Command, args []string) bool { if !shouldPrint(resp) { continue } - fmt.Printf("%+v\n", resp.EventNotification) + fmt.Printf("dir:%s %+v\n", resp.Directory, resp.EventNotification) } }) |
