added another info call
This commit is contained in:
parent
a69cd90adb
commit
5ef291bd5d
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ pub async fn send_to_wc_task(
|
||||||
while let Ok(msg) = from_app.recv().await {
|
while let Ok(msg) = from_app.recv().await {
|
||||||
#[cfg(debug_assertions)]
|
#[cfg(debug_assertions)]
|
||||||
{
|
{
|
||||||
|
info!("Sending message to socket!");
|
||||||
// serialized message
|
// serialized message
|
||||||
match serde_json::to_string(&msg) {
|
match serde_json::to_string(&msg) {
|
||||||
Err(e) => error!("Could not serialize ApplicationMessage to JSON! {e}"),
|
Err(e) => error!("Could not serialize ApplicationMessage to JSON! {e}"),
|
||||||
|
|
Loading…
Reference in a new issue