We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 356fa10 commit aea6de4Copy full SHA for aea6de4
1 file changed
magic-nix-cache/src/pbh.rs
@@ -96,7 +96,7 @@ async fn handle_events(state: State, dnixd_uds_socket_path: &PathBuf) -> ! {
96
let Ok(event): core::result::Result<BuiltPathResponseEventV1, _> =
97
serde_json::from_slice(event_str)
98
else {
99
- tracing::error!("failed to decode built-path response as BuiltPathResponseEventV1");
+ tracing::error!(event_str, "failed to decode built-path response as BuiltPathResponseEventV1");
100
continue;
101
};
102
0 commit comments