Skip to content

Commit

Permalink
Update operation.go - fix log message typo
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Bishop <[email protected]>
  • Loading branch information
ianb-mp authored May 14, 2024
1 parent 952e260 commit cf015d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/clouduploader/operation.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func (c *Conn) Write(data []byte, file string) bool {
c.Log.Errorf("Failed to close cloud conn : %s", err.Error())
return false
}
c.Log.Infof("successfully writtern object{%s} to {%s}", file, c.provider)
c.Log.Infof("Successfully written object{%s} to {%s}", file, c.provider)
return true
}

Expand Down

0 comments on commit cf015d7

Please sign in to comment.