diff --git a/Limelight/Network/DiscoveryManager.m b/Limelight/Network/DiscoveryManager.m index 5f275f1..bc1cf41 100644 --- a/Limelight/Network/DiscoveryManager.m +++ b/Limelight/Network/DiscoveryManager.m @@ -59,7 +59,7 @@ host.online = YES; [serverInfoResponse populateHost:host]; if (![self addHostToDiscovery:host]) { - callback(nil, @"Host already added"); + callback(nil, @"Host information updated"); } else { callback(host, nil); }