Skip to content

Commit

Permalink
Update apollo-router/src/plugins/telemetry/metrics/layer.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Lempereur <[email protected]>
  • Loading branch information
BrynCooke and o0Ignition0o authored Sep 6, 2023
1 parent cc9cb64 commit ef95d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo-router/src/plugins/telemetry/metrics/layer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ macro_rules! log_and_panic_in_debug_build {
($($tokens:tt)+) => {{
tracing::debug!($($tokens)+);
#[cfg(debug_assertions)]
panic!("metric type error, see DEBUG log for details. Release builds will not panic but will still emit an debug log message");
panic!("metric type error, see DEBUG log for details. Release builds will not panic but will still emit a debug log message");
}};
}

Expand Down

0 comments on commit ef95d0f

Please sign in to comment.