diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/installation_proxy.c | 4 | ||||
| -rw-r--r-- | src/notification_proxy.c | 4 | ||||
| -rw-r--r-- | src/sbservices.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/installation_proxy.c b/src/installation_proxy.c index 578756e..d17d6c5 100644 --- a/src/installation_proxy.c +++ b/src/installation_proxy.c | |||
| @@ -43,7 +43,7 @@ struct instproxy_status_data { | |||
| 43 | */ | 43 | */ |
| 44 | static void instproxy_lock(instproxy_client_t client) | 44 | static void instproxy_lock(instproxy_client_t client) |
| 45 | { | 45 | { |
| 46 | debug_info("InstallationProxy: Locked"); | 46 | debug_info("Locked"); |
| 47 | mutex_lock(&client->mutex); | 47 | mutex_lock(&client->mutex); |
| 48 | } | 48 | } |
| 49 | 49 | ||
| @@ -54,7 +54,7 @@ static void instproxy_lock(instproxy_client_t client) | |||
| 54 | */ | 54 | */ |
| 55 | static void instproxy_unlock(instproxy_client_t client) | 55 | static void instproxy_unlock(instproxy_client_t client) |
| 56 | { | 56 | { |
| 57 | debug_info("InstallationProxy: Unlocked"); | 57 | debug_info("Unlocked"); |
| 58 | mutex_unlock(&client->mutex); | 58 | mutex_unlock(&client->mutex); |
| 59 | } | 59 | } |
| 60 | 60 | ||
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 { | |||
| 45 | */ | 45 | */ |
| 46 | static void np_lock(np_client_t client) | 46 | static void np_lock(np_client_t client) |
| 47 | { | 47 | { |
| 48 | debug_info("NP: Locked"); | 48 | debug_info("Locked"); |
| 49 | mutex_lock(&client->mutex); | 49 | mutex_lock(&client->mutex); |
| 50 | } | 50 | } |
| 51 | 51 | ||
| @@ -56,7 +56,7 @@ static void np_lock(np_client_t client) | |||
| 56 | */ | 56 | */ |
| 57 | static void np_unlock(np_client_t client) | 57 | static void np_unlock(np_client_t client) |
| 58 | { | 58 | { |
| 59 | debug_info("NP: Unlocked"); | 59 | debug_info("Unlocked"); |
| 60 | mutex_unlock(&client->mutex); | 60 | mutex_unlock(&client->mutex); |
| 61 | } | 61 | } |
| 62 | 62 | ||
diff --git a/src/sbservices.c b/src/sbservices.c index 20f0b5f..ffe3d1a 100644 --- a/src/sbservices.c +++ b/src/sbservices.c | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | */ | 35 | */ |
| 36 | static void sbs_lock(sbservices_client_t client) | 36 | static void sbs_lock(sbservices_client_t client) |
| 37 | { | 37 | { |
| 38 | debug_info("SBServices: Locked"); | 38 | debug_info("Locked"); |
| 39 | mutex_lock(&client->mutex); | 39 | mutex_lock(&client->mutex); |
| 40 | } | 40 | } |
| 41 | 41 | ||
| @@ -46,7 +46,7 @@ static void sbs_lock(sbservices_client_t client) | |||
| 46 | */ | 46 | */ |
| 47 | static void sbs_unlock(sbservices_client_t client) | 47 | static void sbs_unlock(sbservices_client_t client) |
| 48 | { | 48 | { |
| 49 | debug_info("SBServices: Unlocked"); | 49 | debug_info("Unlocked"); |
| 50 | mutex_unlock(&client->mutex); | 50 | mutex_unlock(&client->mutex); |
| 51 | } | 51 | } |
| 52 | 52 | ||
