diff options
Diffstat (limited to 'src/conf.c')
| -rw-r--r-- | src/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -524,6 +524,6 @@ void config_device_record_get_host_id(const char *udid, char **host_id) | |||
| 524 | plist_free(value); | 524 | plist_free(value); |
| 525 | 525 | ||
| 526 | if (!*host_id) { | 526 | if (!*host_id) { |
| 527 | usbmuxd_log(LL_ERROR, "%s: ERROR couldn't get HostID from pairing record for udid %s\n", __func__, udid); | 527 | usbmuxd_log(LL_ERROR, "%s: ERROR couldn't get HostID from pairing record for udid %s", __func__, udid); |
| 528 | } | 528 | } |
| 529 | } | 529 | } |
