Skip to content

Commit 35ea415

Browse files
committed
Only warn about missing metadata in verbose mode
1 parent 285704e commit 35ea415

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/get/get_topics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ func (cmd *command) fetchTopics(client sarama.Client, admin sarama.ClusterAdmin,
118118

119119
meta := topicMeta[topicName]
120120
if meta == nil {
121-
cmd.logger.Printf("WARNING: Did not find meta data for topic %q", topicName)
121+
cmd.debug.Printf("WARNING: Did not find meta data for topic %q", topicName)
122122
continue
123123
}
124124

0 commit comments

Comments
 (0)