summaryrefslogtreecommitdiffstats
path: root/src/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index ef371a3..12194bc 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -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}