mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
provide notice that new public key has been created and stored
This commit is contained in:
@@ -1224,9 +1224,9 @@ static int register_dnssd() {
|
||||
LOGE("No DNS-SD Server found (DNSServiceRegister call returned kDNSServiceErr_Unknown)");
|
||||
} else if (dnssd_error == -65548) {
|
||||
LOGE("DNSServiceRegister call returned kDNSServiceErr_NameConflict");
|
||||
LOGE("Is another instance of %s running with the same DeviceID (MAC address) or using same network ports?",
|
||||
LOGI("Is another instance of %s running with the same DeviceID (MAC address) or using same network ports?",
|
||||
DEFAULT_NAME);
|
||||
LOGI("\nUse options -m ... and -p ... to allow multiple instances of %s to run concurrently", DEFAULT_NAME);
|
||||
LOGI("Use options -m ... and -p ... to allow multiple instances of %s to run concurrently", DEFAULT_NAME);
|
||||
} else {
|
||||
LOGE("dnssd_register_raop failed with error code %d\n"
|
||||
"mDNS Error codes are in range FFFE FF00 (-65792) to FFFE FFFF (-65537) "
|
||||
|
||||
Reference in New Issue
Block a user