Compare commits

..

1 Commits

Author SHA1 Message Date
projectmoon 4a593526ee 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 21:41:38 +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(())