Skip to content

Commit

Permalink
Merge pull request #425 from cybwan/fix-issue
Browse files Browse the repository at this point in the history
fix log message.
  • Loading branch information
UltraInstinct14 authored Oct 30, 2023
2 parents 374d6e1 + e3c53ac commit fde95d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/loxinlp/nlp.go
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ func AddVLANMemberNoHook(vlanid int, intfName string, tagged bool) int {
VlanBridgeName := fmt.Sprintf("vlan%d", vlanid)
VlanLink, err := nlp.LinkByName(VlanBridgeName)
if err != nil {
tk.LogIt(tk.LogWarning, "[NLP] Vlan Bridge added Fail\n")
tk.LogIt(tk.LogWarning, "[NLP] Vlan Bridge finding Fail\n")
return 404
}
ParentInterface, err := nlp.LinkByName(intfName)
Expand Down

0 comments on commit fde95d6

Please sign in to comment.