Skip to content

Commit 6009679

Browse files
improved client.AuditLogMetadata.String
1 parent aa1824e commit 6009679

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ type AuditLogMetadata struct {
145145
}
146146

147147
func (a AuditLogMetadata) String() string {
148-
return fmt.Sprintf("%s@%s", a.Hostuser, a.Hostname)
148+
return fmt.Sprintf("%s %s@%s", a.Referer, a.Hostuser, a.Hostname)
149149
}
150150

151151
type DeployProgressAccount struct {

0 commit comments

Comments
 (0)