mirror of
https://github.com/uqbar-dao/nectar.git
synced 2025-01-04 06:37:36 +03:00
hotfix kernel message verbosity
This commit is contained in:
parent
cd1626130a
commit
b34883c462
@ -927,7 +927,7 @@ pub async fn kernel(
|
||||
// display every single event when verbose
|
||||
let _ = send_to_terminal.send(
|
||||
t::Printout {
|
||||
verbosity: 0,
|
||||
verbosity: 3,
|
||||
content: format!("event loop: got message: {}", kernel_message)
|
||||
}
|
||||
).await;
|
||||
|
Loading…
Reference in New Issue
Block a user