summaryrefslogtreecommitdiffstats
path: root/src/notification_proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/notification_proxy.c')
-rw-r--r--src/notification_proxy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/notification_proxy.c b/src/notification_proxy.c
index 541e429..ecfb052 100644
--- a/src/notification_proxy.c
+++ b/src/notification_proxy.c
@@ -45,7 +45,7 @@ struct np_thread {
*/
static void np_lock(np_client_t client)
{
- debug_info("NP: Locked");
+ debug_info("Locked");
mutex_lock(&client->mutex);
}
@@ -56,7 +56,7 @@ static void np_lock(np_client_t client)
*/
static void np_unlock(np_client_t client)
{
- debug_info("NP: Unlocked");
+ debug_info("Unlocked");
mutex_unlock(&client->mutex);
}