Change "host already added" message to be more clear

This commit is contained in:
Cameron Gutman
2018-11-16 19:03:23 -08:00
parent 2c0624f1e7
commit 24fc9ac0a9

View File

@@ -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);
}