Compare commits

..

1 Commits

Author SHA1 Message Date
projectmoon 243633a599 Migrate code to matrix sdk 0.6
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details
2023-04-04 22:12:59 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ async fn run() -> Result<(), BotError> {
match try_join!(bot, grpc) {
Ok(_) => (),
Err(e) => error!("Error: {}", e),
Err(e) => error!("Error: {:?}", e),
};
Ok(())