Skip to content

Commit

Permalink
Merge pull request #535 from Okabe-Rintarou-0/fix/log
Browse files Browse the repository at this point in the history
fix unexpected log
  • Loading branch information
kmesh-bot authored Jul 10, 2024
2 parents ea123e7 + c098de7 commit f75e1e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/controller/workload/workload_hash.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ func NewHashName() *HashName {
}
// if read failed, initialize with an empty map
if err := hashName.readFromPersistFile(); err != nil {
log.Errorf("error reading persist file: %v", err)
hashName.numToStr = make(map[uint32]string)
} else {
hashName.numToStr = make(map[uint32]string, len(hashName.strToNum))
Expand Down

0 comments on commit f75e1e0

Please sign in to comment.