Skip to content

Commit 73500c0

Browse files
authored
Fix build (#481)
1 parent b167de5 commit 73500c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prometheus.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ fn push_server_stats(lines: &mut Vec<String>) {
364364
{
365365
lines.push(prometheus_metric.to_string());
366366
} else {
367-
warn!("Metric {} not implemented for {}", key, address.name());
367+
debug!("Metric {} not implemented for {}", key, address.name());
368368
}
369369
}
370370
}

0 commit comments

Comments
 (0)