mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-22 03:17:24 +08:00
watch: adjust output format
This commit is contained in:
@@ -101,7 +101,7 @@ func runWatch(cmd *Command, args []string) bool {
|
|||||||
if !shouldPrint(resp) {
|
if !shouldPrint(resp) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
fmt.Printf("%+v\n", resp.EventNotification)
|
fmt.Printf("dir:%s %+v\n", resp.Directory, resp.EventNotification)
|
||||||
}
|
}
|
||||||
|
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user