mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-01-05 21:50:15 +01:00
ei: fix a typo
This commit is contained in:
parent
f0aceb7a88
commit
19c85e7ee1
1 changed files with 2 additions and 2 deletions
|
|
@ -1475,10 +1475,10 @@ connection_dispatch(struct source *source, void *userdata)
|
|||
if (rc == -ECANCELED)
|
||||
log_info(ei, "Disconnected");
|
||||
else if (rc)
|
||||
log_warn(ei, "Connnection error: %s", strerror(-rc));
|
||||
log_warn(ei, "Connection error: %s", strerror(-rc));
|
||||
|
||||
if (old_state != ei->state)
|
||||
log_debug(ei, "Connnection dispatch: %s -> %s",
|
||||
log_debug(ei, "Connection dispatch: %s -> %s",
|
||||
states[old_state],
|
||||
states[ei->state]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue