Removed unnecessary swearing.

This commit is contained in:
Aaron Weiss 2014-10-27 00:34:56 -04:00
parent c669d44f15
commit 35af08ef7c

View file

@ -76,7 +76,7 @@ impl<'a, T, U> Bot for IrcBot<'a, T, U> where T: IrcWriter, U: IrcReader {
println!("{}", ln)
},
Err(e) => {
println!("Shit, you're fucked! {}", e);
println!("{}", e);
return Err(e)
},
}