• Home
  • Raw
  • Download

Lines Matching refs:pa_log_debug

246         pa_log_debug("Size does not match.");  in legacy_entry_read()
253 pa_log_debug("Version mismatch."); in legacy_entry_read()
294 pa_log_debug("Database contains no data for key: %s", name); in entry_read()
337 pa_log_debug("Database contains invalid data for key: %s (probably pre-v1.0 data)", name); in entry_read()
345 pa_log_debug("Attempting to load legacy (pre-v1.0) data for key: %s", name); in entry_read()
347 pa_log_debug("Success. Saving new format for key: %s", name); in entry_read()
353 pa_log_debug("Unable to load legacy (pre-v1.0) data for key: %s. Ignoring.", name); in entry_read()
368pa_log_debug(" %s %s (%s)", human, pa_strnull(pa_proplist_gets(s->proplist, PA_PROP_DEVICE_DESCR… in dump_database_helper()
370 pa_log_debug(" %s No sink specified", human); in dump_database_helper()
374pa_log_debug(" %s %s (%s)", human, pa_strnull(pa_proplist_gets(s->proplist, PA_PROP_DEVICE_DESCR… in dump_database_helper()
376 pa_log_debug(" %s No source specified", human); in dump_database_helper()
388 pa_log_debug("Dumping database"); in dump_database()
399 pa_log_debug(" Got entry: %s", name); in dump_database()
400 pa_log_debug(" Description: %s", e->description); in dump_database()
401pa_log_debug(" Priorities: None: %3u, Video: %3u, Music: %3u, Game: %3u, Event: %3u", in dump_database()
403 pa_log_debug(" Phone: %3u, Anim: %3u, Prodtn: %3u, A11y: %3u", in dump_database()
415 pa_log_debug(" Highest priority devices per-role:"); in dump_database()
417 pa_log_debug(" Sinks:"); in dump_database()
427 pa_log_debug(" Sources:"); in dump_database()
438 pa_log_debug("Completed database dump"); in dump_database()
984 pa_log_debug("Not restoring device for stream because already set."); in sink_input_new_hook_callback()
1000pa_log_debug("Not restoring device for stream because no supported format was found"); in sink_input_new_hook_callback()
1024 pa_log_debug("Not restoring device for stream because already set."); in source_output_new_hook_callback()
1040pa_log_debug("Not restoring device for stream because no supported format was found"); in source_output_new_hook_callback()
1623 pa_log_debug("Found sink index %u", sink->index); in pa__init()