diff --git a/internal/auditlog/auditlog.go b/internal/auditlog/auditlog.go index 82c18c7bf..8b9eaad69 100644 --- a/internal/auditlog/auditlog.go +++ b/internal/auditlog/auditlog.go @@ -19,7 +19,7 @@ import ( "github.com/canonical/jimm/v3/internal/utils" ) -// LogBackend defines the interface used by the DbAuditLogger to store +// LogBackend defines the interface used by the Logger to store // audit events. type LogBackend interface { AddAuditLogEntry(*dbmodel.AuditLogEntry)