mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-14 10:21:57 -04:00
cec: Add module and interface for accessing/controlling state
This commit is contained in:
parent
bf521a7bbb
commit
1dcdfb2b23
5 changed files with 147 additions and 4 deletions
|
@ -43,7 +43,7 @@ pub async fn daemon() -> Result<()> {
|
|||
bail!(e);
|
||||
}
|
||||
};
|
||||
let session = match create_connection().await {
|
||||
let _session = match create_connection().await {
|
||||
Ok(c) => c,
|
||||
Err(e) => {
|
||||
let _guard = tracing::subscriber::set_default(subscriber);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue