Skip to content

Commit 671274f

Browse files
authored
Fix logging typo in sys_metric_stat.go (#426)
1 parent d9b691b commit 671274f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/system_metric/sys_metric_stat.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func InitMemoryCollector(intervalMs uint32) {
114114
func retrieveAndUpdateMemoryStat() {
115115
memoryUsedBytes, err := GetProcessMemoryStat()
116116
if err != nil {
117-
logging.Error(err, "Fail to retrieve and update cpu statistic")
117+
logging.Error(err, "Fail to retrieve and update memory statistic")
118118
return
119119
}
120120

0 commit comments

Comments
 (0)