✏️ Fix typo in error message
This commit is contained in:
parent
bf77beb91e
commit
7d3cacf839
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ async fn main() -> Result<()> {
|
||||||
.from_env_lossy(),
|
.from_env_lossy(),
|
||||||
)
|
)
|
||||||
.try_init()
|
.try_init()
|
||||||
.wrap_err("failed to ianitialize logger")?;
|
.wrap_err("failed to initialize logger")?;
|
||||||
|
|
||||||
info!("Starting cosmic-session");
|
info!("Starting cosmic-session");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue