Skip to content

Commit

Permalink
Fix logging typo in sys_metric_stat.go (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecafkoob authored Sep 9, 2021
1 parent d9b691b commit 671274f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/system_metric/sys_metric_stat.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func InitMemoryCollector(intervalMs uint32) {
func retrieveAndUpdateMemoryStat() {
memoryUsedBytes, err := GetProcessMemoryStat()
if err != nil {
logging.Error(err, "Fail to retrieve and update cpu statistic")
logging.Error(err, "Fail to retrieve and update memory statistic")
return
}

Expand Down

0 comments on commit 671274f

Please sign in to comment.