Fix build (#481)

This commit is contained in:
Lev Kokotov
2023-06-17 09:09:54 -07:00
committed by GitHub
parent b167de5aa3
commit 73500c0c96

View File

@@ -364,7 +364,7 @@ fn push_server_stats(lines: &mut Vec<String>) {
{ {
lines.push(prometheus_metric.to_string()); lines.push(prometheus_metric.to_string());
} else { } else {
warn!("Metric {} not implemented for {}", key, address.name()); debug!("Metric {} not implemented for {}", key, address.name());
} }
} }
} }