Skip to content
Snippets Groups Projects
Commit 9a03df3f authored by Ruben Otto's avatar Ruben Otto :crab:
Browse files

feat: make daemon logging more verbose

parent 044f938b
No related branches found
No related tags found
No related merge requests found
......@@ -85,10 +85,13 @@ int main() {
sigaction(SIGINT, &signal_action, NULL);
printf("Started daemon\n");
while (1) {
measurement_t measurement;
if (recv_userspace_message(&userspace_receive_handle, &measurement) != 0) {
perror("Error while receiving data\n");
continue;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment