Skip to content

Commit 048579e

Browse files
Update server/swimos_agent/src/agent_model/mod.rs
Co-authored-by: Thomas Klapwijk <SirCipher@users.noreply.github.com>
1 parent b25342d commit 048579e

File tree

1 file changed

+1
-1
lines changed
  • server/swimos_agent/src/agent_model

1 file changed

+1
-1
lines changed

server/swimos_agent/src/agent_model/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,7 @@ where
12721272
on_done,
12731273
..
12741274
} = request;
1275-
error!(error = %error, address = %path, kind = ?kind, "Start a downlink failed with a fatal error.");
1275+
error!(error = %error, address = %path, kind = ?kind, "Failed to start a downlink due a fatal error.");
12761276
let handler = on_done(Err(error));
12771277
exec_handler!(handler);
12781278
} else {

0 commit comments

Comments
 (0)