This commit is contained in:
Christian Ferbar 2025-01-27 19:23:16 +01:00
parent 55f8210d8c
commit aff99b2eab

View File

@ -336,8 +336,8 @@ void DBus::loop() {
printf("Got Signal with value %s\n", sigvalue);
print_message(msg, true);
dbus_message_unref(msg);
// printf("DBus::loop update\n");
// this->update(); read message???
// printf("DBus::loop update\n");
// this->update(); read message???
printf("DBus::loop done\n");
}
*/