Skip to content

Commit

Permalink
Fixing 'available' typo in log message (sonic-net#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
dubrie authored May 16, 2023
1 parent 80e8035 commit f9118ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translib/transformer/xlate_del_to_db.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ func yangListDelData(xlateParams xlateToParams, dbDataMap *map[db.DBNum]map[stri
continue
}
if len(curKey) == 0 { //at list level key should always be there
xfmrLogInfoAll("No key avaialble for uri - %v", curUri)
xfmrLogInfoAll("No key available for uri - %v", curUri)
continue
}
if chldYangType == YANG_LEAF && chldSpec.isKey {
Expand Down

0 comments on commit f9118ed

Please sign in to comment.