mirror of
https://github.com/tuxedocomputers/tuxedo-touchpad-switch.git
synced 2025-01-18 11:41:10 +01:00
Remove assuming error message
This commit is contained in:
parent
cd61a8c0b8
commit
e7f295d357
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ int setup_kde(int lockfile_arg) {
|
|||
}
|
||||
g_object_unref(kded5); // not needed anymore
|
||||
if (object_path == NULL) {
|
||||
cerr << "setup_kde(...): Could not find touchpad module in kded. Is it disabled?" << endl;
|
||||
cerr << "setup_kde(...): Could not find touchpad module in kded." << endl;
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue