Skip to content

Commit

Permalink
minor logging fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DocSavage committed Jul 23, 2024
1 parent 7c5c83e commit faab38d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storage/kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ func KafkaShutdown() {
} else {
dvid.Infof("Successfully shut down kafka producer.\n")
}
dvid.Infof("Kafka closed.")
dvid.Infof("Kafka closed.\n")
} else {
dvid.Infof("Kafka producer was nil so unnecessary to close.")
dvid.Infof("Kafka producer was nil so unnecessary to close.\n")
}
}

Expand Down

0 comments on commit faab38d

Please sign in to comment.