diff options
Diffstat (limited to 'src/installation_proxy.c')
| -rw-r--r-- | src/installation_proxy.c | 4 |
1 files changed, 2 insertions, 2 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 | ||
