mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
ircd:🆑 Mute kernel debug info; mostly zeros from driver.
This commit is contained in:
parent
2f790baae0
commit
c4d71701b8
1 changed files with 11 additions and 10 deletions
21
ircd/cl.cc
21
ircd/cl.cc
|
@ -1219,16 +1219,17 @@ try
|
|||
|
||||
char buf[1][16];
|
||||
char pbuf[2][48];
|
||||
log::debug
|
||||
{
|
||||
log, "kernel stack %s local %s group:%zu pref:%zu comp:%zu:%zu:%zu :%s",
|
||||
pretty(pbuf[0], iec(stack_mem_size())),
|
||||
pretty(pbuf[1], iec(local_mem_size())),
|
||||
group_size(),
|
||||
preferred_group_size_multiple(),
|
||||
cgs[0], cgs[1], cgs[2],
|
||||
name,
|
||||
};
|
||||
if constexpr((false))
|
||||
log::debug
|
||||
{
|
||||
log, "kernel stack %s local %s group:%zu pref:%zu comp:%zu:%zu:%zu :%s",
|
||||
pretty(pbuf[0], iec(stack_mem_size())),
|
||||
pretty(pbuf[1], iec(local_mem_size())),
|
||||
group_size(),
|
||||
preferred_group_size_multiple(),
|
||||
cgs[0], cgs[1], cgs[2],
|
||||
name,
|
||||
};
|
||||
}
|
||||
catch(const std::exception &e)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue