We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41237ae commit ccbc2bdCopy full SHA for ccbc2bd
wasm/light-client-db-worker/src/lib.rs
@@ -168,7 +168,10 @@ pub async fn main_loop(log_level: &str) {
168
Some(store),
169
)
170
.await;
171
- log::trace!("db command result at filter map: {:?}", db_result);
+ log::trace!(
172
+ "db command result at filter map: {:?}",
173
+ db_result
174
+ );
175
input_i32_arr.set_index(0, InputCommand::Waiting as i32);
176
match db_result {
177
Ok(o) => write_command_with_payload(
0 commit comments