diff options
| author | 2014-10-26 14:48:26 +0100 | |
|---|---|---|
| committer | 2014-10-26 14:48:26 +0100 | |
| commit | 6ec65baf4bcb520c0c0f0734cc6b354ccc070e96 (patch) | |
| tree | f2ea782c5f4ae4f728ec09a702381242be8dd5fb /src/installation_proxy.c | |
| parent | b3702104e85a8f8ec99e4e724f70516218e19ee9 (diff) | |
| download | libimobiledevice-6ec65baf4bcb520c0c0f0734cc6b354ccc070e96.tar.gz libimobiledevice-6ec65baf4bcb520c0c0f0734cc6b354ccc070e96.tar.bz2 | |
Remove obsolete prefix from debug messages in internal locking helpers
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 | ||
