diff options
| author | 2014-10-26 14:48:26 +0100 | |
|---|---|---|
| committer | 2014-10-26 14:48:26 +0100 | |
| commit | 6ec65baf4bcb520c0c0f0734cc6b354ccc070e96 (patch) | |
| tree | f2ea782c5f4ae4f728ec09a702381242be8dd5fb /src/notification_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/notification_proxy.c')
| -rw-r--r-- | src/notification_proxy.c | 4 |
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 { | |||
| 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 | ||
