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 committed Sep 6, 2024
1 parent 6187181 commit 6441a86
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 6441a86

Please sign in to comment.