mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-01-18 06:30:07 +08: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 New Issue
Block a user