Skip to content

Commit

Permalink
ddc_start_watch_display(): tweak syslog msg
Browse files Browse the repository at this point in the history
  • Loading branch information
rockowitz committed Sep 22, 2024
1 parent 3c99d9b commit badf131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ddc/ddc_watch_displays_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ ddc_start_watch_displays(DDCA_Display_Event_Class event_classes) {
watch_thread_func,
data);
active_classes = event_classes;
SYSLOG2(DDCA_SYSLOG_NOTICE, "Watch thread started");
SYSLOG2(DDCA_SYSLOG_NOTICE, "libddcutil watch thread started");
}
g_mutex_unlock(&watch_thread_mutex);
#endif
Expand Down

0 comments on commit badf131

Please sign in to comment.