Skip to content

Commit 082b566

Browse files
committed
fix: language issue
1 parent 7b62a58 commit 082b566

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/propagator/http.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ impl WorkerJob for HttpPropagator {
2727
.send_json(&log)
2828
.unwrap();
2929
if cfg.verbose {
30-
println!("Log sent: {} {}", log.level, log.message);
30+
println!("Log send: {} {}", log.level, log.message);
3131
}
3232
}
3333
MessageType::Metric(metric) => {

0 commit comments

Comments
 (0)