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:
David Herrmann 2012-12-01 13:11:39 +01:00
parent 5442e5f903
commit 2f546b7f19

View File

@ -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);