cdev: fix typo in warning
Obvious typo. Got those words swapped... Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
parent
5442e5f903
commit
2f546b7f19
@ -1232,7 +1232,7 @@ void kmscon_cdev_destroy(struct kmscon_cdev *cdev)
|
||||
return;
|
||||
|
||||
if (cdev->error)
|
||||
log_warning("cdev module failed with error %d (maybe another kmscon is process already running?)",
|
||||
log_warning("cdev module failed with error %d (maybe another kmscon process is already running?)",
|
||||
cdev->error);
|
||||
|
||||
fuse_session_destroy(cdev->session);
|
||||
|
Loading…
x
Reference in New Issue
Block a user