Skip to content

Commit e0c1a53

Browse files
authored
Merge pull request #9 from XM2510136957/patch-1
Update main.rs
2 parents 112ad05 + 1dd9e3c commit e0c1a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ fn init_log() {
119119
.with(
120120
tracing_subscriber::filter::Targets::new()
121121
.with_target("main", Level::DEBUG)
122-
.with_target("pbbot_rq", Level::DEBUG)
122+
.with_target("pbrq", Level::DEBUG)
123123
.with_target("ricq", Level::DEBUG),
124124
)
125125
.init();

0 commit comments

Comments
 (0)