diff options
| author | mat <github@matdoes.dev> | 2022-11-09 19:14:07 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-11-09 19:14:07 -0600 |
| commit | 1fc42d756602a8c1a5eee253b080b185a3d629d5 (patch) | |
| tree | cfabbaa79dbb3a1032737d4de8bb34841d596d2c /azalea-protocol | |
| parent | f2d21ad8136d02f7d67074117be1e233694ccc5d (diff) | |
| download | azalea-drasl-1fc42d756602a8c1a5eee253b080b185a3d629d5.tar.xz | |
semicolon lol
Diffstat (limited to 'azalea-protocol')
| -rw-r--r-- | azalea-protocol/src/connect.rs | 2 |
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); |
