mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
watch: adjust output format
This commit is contained in:
parent
daf0a449f7
commit
47b3f932e4
|
@ -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)
|
||||
}
|
||||
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue