Skip to content

Commit

Permalink
Fix: Add missing log domain for ipc
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h-abdelsalam authored and timopollmeier committed Sep 9, 2024
1 parent 6187181 commit 4ce59da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ipc.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
#include "ipc.h"
#include "manage.h"

#undef G_LOG_DOMAIN
/**
* @brief GLib log domain.
*/
#define G_LOG_DOMAIN "md main"

/**
* @brief System V semaphore set key for gvmd actions.
Expand Down

0 comments on commit 4ce59da

Please sign in to comment.