aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol/src')
-rw-r--r--azalea-protocol/src/connect.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/connect.rs b/azalea-protocol/src/connect.rs
index 2400c712..83fbcb63 100644
--- a/azalea-protocol/src/connect.rs
+++ b/azalea-protocol/src/connect.rs
@@ -142,7 +142,7 @@ where
{
// detect broken pipe
if e.kind() == std::io::ErrorKind::BrokenPipe {
- info!("Broken pipe, shutting down connection.")
+ info!("Broken pipe, shutting down connection.");
self.shutdown();
}
return Err(e);