aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/resolver.rs
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-09-19 19:53:16 +0000
committerUbuntu <github@matdoes.dev>2022-09-19 19:53:16 +0000
commit14a6f9d9f89452b56102ffc5dc61125cc2b63aff (patch)
treee73c03bb327422142dc27c3b163f49d44f948d0e /azalea-protocol/src/resolver.rs
parent4247945df13507fb07a4746263bb702d6fbe04cd (diff)
downloadazalea-drasl-14a6f9d9f89452b56102ffc5dc61125cc2b63aff.tar.xz
replace printlns with log
Diffstat (limited to 'azalea-protocol/src/resolver.rs')
-rwxr-xr-xazalea-protocol/src/resolver.rs2
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;
}