Skip to content

Commit

Permalink
SDFFilter FlowDescription in logger
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Jun 23, 2022
1 parent d59949e commit 52f83fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pfcp/entity.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ func (e *PFCPEntity) PrintPFCPRules() {

SDFFilterLabel := ""
if SDFFilter, err := pdi.SDFFilter(); err == nil {
SDFFilterLabel = fmt.Sprintf("SDF Filter: %s", SDFFilter.FlowLabel)
SDFFilterLabel = fmt.Sprintf("SDF Filter: %s", SDFFilter.FlowDescription)
}

ApplyActionLabel := "No"
Expand Down

0 comments on commit 52f83fb

Please sign in to comment.