mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-23 00:21:38 +03:00
Reduce log spam in case of inexistent processes being messaged
This commit is contained in:
parent
8ef4fbcacd
commit
d1cac2d4e1
@ -798,7 +798,7 @@ pub async fn kernel(
|
||||
// networking capabilities.
|
||||
let Some(persisted) = process_map.get(&kernel_message.target.process) else {
|
||||
t::Printout::new(
|
||||
0,
|
||||
2,
|
||||
format!(
|
||||
"event loop: got {} from network for {}, but process does not exist{}",
|
||||
match kernel_message.message {
|
||||
|
Loading…
Reference in New Issue
Block a user