Skip to content

Commit

Permalink
channels: unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
james-rms committed Sep 25, 2024
1 parent 866e4b8 commit c73d30a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go/cli/mcap/cmd/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func printInfo(w io.Writer, info *mcap.Info) error {
fmt.Fprintf(buf, "attachments: %d\n", info.Statistics.AttachmentCount)
fmt.Fprintf(buf, "metadata: %d\n", info.Statistics.MetadataCount)
} else {
fmt.Fprintf(buf, "channels: %d\n", len(chanIDs))
fmt.Fprintf(buf, "channels: unknown\n")
fmt.Fprintf(buf, "attachments: unknown\n")
fmt.Fprintf(buf, "metadata: unknown\n")
}
Expand Down
1 change: 1 addition & 0 deletions go/go.work.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ cloud.google.com/go/firestore v1.6.1/go.mod h1:asNXNOzBdyVQmEU+ggO8UPodTkEVFW5Qx
github.com/armon/go-metrics v0.3.10/go.mod h1:4O98XIr/9W0sxpJ8UaYkvjk10Iff7SnFrb4QAOwNTFc=
github.com/coreos/go-semver v0.3.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk=
github.com/coreos/go-systemd/v22 v22.3.2/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/foxglove/mcap/go/mcap v0.0.0-20220328132551-ffb9c0b0ebdc/go.mod h1:gQrB8PzccHW69xedSZ0uVDQVgDd3h1qX+otbS6fjSkE=
github.com/frankban/quicktest v1.14.3/go.mod h1:mgiwOwqx65TmIk1wJ6Q7wvnVMocbUorkibMOrVTHZps=
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
Expand Down

0 comments on commit c73d30a

Please sign in to comment.