1
0
Fork 0
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:
Werner Sembach 2022-03-04 12:40:35 +01:00
parent cd61a8c0b8
commit e7f295d357

View file

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