summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Matt Colyer2009-04-23 19:06:41 -0700
committerGravatar Matt Colyer2009-04-23 19:06:41 -0700
commit9e0a9765d586ec5207111e35cceb3a705309aece (patch)
treee6b30e1f7b434ed88f4f92b70d59e03ec147e803 /src
parentfa8424a5da3d9e745541834048a5bbbfd5427a5c (diff)
downloadlibimobiledevice-9e0a9765d586ec5207111e35cceb3a705309aece.tar.gz
libimobiledevice-9e0a9765d586ec5207111e35cceb3a705309aece.tar.bz2
Remove libiphone-initconf reference in the README.
[#38 state:resolved]
Diffstat (limited to 'src')
-rw-r--r--src/lockdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lockdown.c b/src/lockdown.c
index 64c325e..3b99edb 100644
--- a/src/lockdown.c
+++ b/src/lockdown.c
@@ -506,7 +506,7 @@ iphone_error_t iphone_lckd_new_client(iphone_device_t device, iphone_lckd_client
host_id = get_host_id();
if (IPHONE_E_SUCCESS == ret && !host_id) {
- log_debug_msg("No HostID found, run libiphone-initconf.\n");
+ log_debug_msg("No HostID found, generation of HostID required.\n");
ret = IPHONE_E_INVALID_CONF;
}