Print full mqtt errors
This commit is contained in:
parent
cb1d05c646
commit
0b95f5bf7c
@ -209,7 +209,7 @@ async fn run_event_loop(
|
||||
}
|
||||
Ok(Event::Incoming(_event)) => (),
|
||||
Ok(Event::Outgoing(_event)) => (),
|
||||
Err(err) => warn!("Error from MQTT loop: {}", err),
|
||||
Err(err) => warn!("Error from MQTT loop: {:#?}", err),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user