Skip to content
Snippets Groups Projects
  • George Joseph's avatar
    e5723d27
    dns: Change lookup failures from LOG_ERROR to debug 1. · e5723d27
    George Joseph authored
    dns.c and dns_system_resolver.c were spitting out errors for lookup
    failures for things like not finding a SRV record even though
    there was an A record.  Those have been changed to debug messages.
    Logging not finding ANY record is left to the higher level caller.
    
    Also, dns_system_resolver was using Windows line endings so I
    converted them to Unix style.  The actual log changes are on lines
    156 and 159.
    
    Change-Id: I65be16ea15304b96f9dcb4d289dbd3e2286fc094
    e5723d27
    History
    dns: Change lookup failures from LOG_ERROR to debug 1.
    George Joseph authored
    dns.c and dns_system_resolver.c were spitting out errors for lookup
    failures for things like not finding a SRV record even though
    there was an A record.  Those have been changed to debug messages.
    Logging not finding ANY record is left to the higher level caller.
    
    Also, dns_system_resolver was using Windows line endings so I
    converted them to Unix style.  The actual log changes are on lines
    156 and 159.
    
    Change-Id: I65be16ea15304b96f9dcb4d289dbd3e2286fc094