HomeSort by relevance Sort by last modified time
    Searched refs:AVAHI_LOG_DEBUG (Results 1 - 3 of 3) sorted by null

  /external/avahi/avahi-core/
log.h 38 AVAHI_LOG_DEBUG = 4, /**< Debug messages */
68 /** Shortcut for avahi_log(AVAHI_LOG_DEBUG, ...) */
69 void avahi_log_debug(const char*format, ...) AVAHI_GCC_PRINTF_ATTR12;
log.c 91 void avahi_log_debug(const char*format, ...) { function
94 avahi_log_ap(AVAHI_LOG_DEBUG, format, ap);
  /external/avahi/avahi-daemon/
main.c 900 if (!config.debug && level == AVAHI_LOG_DEBUG)
    [all...]

Completed in 66 milliseconds