Skip to content

Commit

Permalink
fix logging format
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Rua committed Oct 22, 2019
1 parent 8ffa249 commit 6ff1de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func main() {

awsVolumeID := awsVolume.Spec.PersistentVolumeSource.AWSElasticBlockStore.VolumeID

log.Printf("\nVolume Claim: %s\n", volumeClaimName)
log.Printf("Volume Claim: %s\n", volumeClaimName)
log.Printf("\tEvent Type: %s", event.Type)
log.Printf("\tNamespace: %s\n", namespace)
log.Printf("\tVolume: %s\n", volumeName)
Expand Down

0 comments on commit 6ff1de6

Please sign in to comment.