mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-09 07:02:41 -04:00
app call/message and private routing checkpoint
This commit is contained in:
parent
507d02974c
commit
baa1714943
29 changed files with 1139 additions and 538 deletions
|
@ -331,7 +331,7 @@ change_log_level - change the log level for a tracing layer
|
|||
);
|
||||
}
|
||||
|
||||
pub fn update_log(&mut self, log: veilid_core::VeilidStateLog) {
|
||||
pub fn update_log(&mut self, log: veilid_core::VeilidLog) {
|
||||
self.inner().ui.add_node_event(format!(
|
||||
"{}: {}{}",
|
||||
log.log_level,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue