Commit 3258c7b
authored
sysd: Fix typo
The misspelled hardware error "error:hardware:failed-to-open" caused the user daemon to crash:
Aug 22 21:01:10 surface systemd[777]: Started Surface Detachment System (DTX) User Daemon.
Aug 22 21:01:10 surface surface-dtx-userd[4581]: INFO sdtxu: running...
Aug 22 21:01:34 surface surface-dtx-userd[4581]: ERROR sdtxu: critical error: Protocol error
Aug 22 21:01:34 surface surface-dtx-userd[4581]: Error: Protocol error
Aug 22 21:01:34 surface surface-dtx-userd[4581]: Caused by:
Aug 22 21:01:34 surface surface-dtx-userd[4581]: 0: Protocol error
Aug 22 21:01:34 surface surface-dtx-userd[4581]: 1: Unknown hardware error value: error:hardware:failedt-to-open
Aug 22 21:01:34 surface systemd[777]: surface-dtx-userd.service: Main process exited, code=exited, status=1/FAILURE
Aug 22 21:01:34 surface systemd[777]: surface-dtx-userd.service: Failed with result 'exit-code'.1 parent b570ed2 commit 3258c7b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments