Kaydet (Commit) ddba5a43 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

SAL_INFO is not available here

Change-Id: Ic40cb29d9ade32690903bfa0f3993782711cc53f
üst a0161828
......@@ -7,13 +7,10 @@ void sd::WINNetworkService::setup()
{
DNSServiceErrorType err = DNSServiceRegister(&client, 0, 0, NULL, kREG_TYPE, "local", NULL, 1599, 1, "", NULL, this );
if ( err == 0 ) {
SAL_INFO("sd", "Windows bonjour service setup");
} // Fail silently otherwise
// Fail silently
}
void sd::WINNetworkService::clear()
{
DNSServiceRefDeallocate(client);
SAL_INFO("sd", "Windows mDNSResponder removed");
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment