commit 285049fa35cb48fbbd41c0fe4ac6c63de7ec8f5a
parent 85f31577a10b392189aa878c1307d2b92a86d882
Author: thomas.vigouroux@univ-grenoble-alpes.fr <thomas.vigouroux@univ-grenoble-alpes.fr>
Date: Mon, 22 Aug 2022 12:29:17 +0000
korektu: punkt'komo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.rs b/src/main.rs
@@ -146,7 +146,7 @@ async fn main() -> irc::error::Result<()> {
}
Ok(None) => {},
Err(irc::error::Error::PingTimeout) => {
- info!("Ping timeout, reconnecting...")
+ info!("Ping timeout, reconnecting...");
sleep(StdDuration::from_millis(DORM_TEMPO));
break;
}