diff options
| author | Ubuntu <github@matdoes.dev> | 2022-09-19 19:53:16 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-09-19 19:53:16 +0000 |
| commit | 14a6f9d9f89452b56102ffc5dc61125cc2b63aff (patch) | |
| tree | e73c03bb327422142dc27c3b163f49d44f948d0e /azalea-protocol/src/resolver.rs | |
| parent | 4247945df13507fb07a4746263bb702d6fbe04cd (diff) | |
| download | azalea-drasl-14a6f9d9f89452b56102ffc5dc61125cc2b63aff.tar.xz | |
replace printlns with log
Diffstat (limited to 'azalea-protocol/src/resolver.rs')
| -rwxr-xr-x | azalea-protocol/src/resolver.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/resolver.rs b/azalea-protocol/src/resolver.rs index e21362a5..eb081c3f 100755 --- a/azalea-protocol/src/resolver.rs +++ b/azalea-protocol/src/resolver.rs @@ -47,7 +47,7 @@ pub async fn resolve_address(address: &ServerAddress) -> Result<ServerIpAddress, port: redirect_srv.port(), }; - // println!("redirecting to {:?}", redirect_address); + // debug!("redirecting to {:?}", redirect_address); return resolve_address(&redirect_address).await; } |
