Commit dbee825
committed
fix: [#1037] wrong req type name in tracker checker outout
Fixed ouoput:
```output
$ TORRUST_CHECKER_CONFIG='{
"udp_trackers": ["127.0.0.1:6969"],
"http_trackers": [],
"health_checks": []
}' cargo run --bin tracker_checker
Compiling torrust-tracker v3.0.0-rc.1-develop (/home/josecelano/Documents/git/committer/me/github/torrust/torrust-tracker)
Finished `dev` profile [optimized + debuginfo] target(s) in 15.42s
Running `target/debug/tracker_checker`
2024-09-11T09:44:57.432395Z INFO torrust_tracker::console::clients::checker::service: Running checks for trackers ...
[
{
"Udp": {
"Ok": {
"remote_addr": "127.0.0.1:6969",
"results": [
[
"Setup",
{
"Ok": null
}
],
[
"Connect",
{
"Ok": null
}
],
[
"Announce",
{
"Ok": null
}
],
[
"Scrape",
{
"Ok": null
}
]
]
}
}
}
]
```1 parent e8a0073 commit dbee825
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments