fix debug log
This commit is contained in:
parent
1affb0ba73
commit
58435e27ab
|
@ -229,10 +229,12 @@ static int is_ht_enabled(sigar_t *sigar)
|
|||
"[cpu] HT supported, not enabled.");
|
||||
}
|
||||
}
|
||||
else {
|
||||
sigar_log(sigar, SIGAR_LOG_DEBUG,
|
||||
"[cpu] HT not supported.");
|
||||
}
|
||||
}
|
||||
else {
|
||||
sigar_log(sigar, SIGAR_LOG_DEBUG,
|
||||
"[cpu] HT not supported.");
|
||||
sigar->lcpu = 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue