Skip to content

Commit

Permalink
muffle messages from unimplemented pa_context_set_source_volume_by_index
Browse files Browse the repository at this point in the history
  • Loading branch information
i-rinat committed Mar 8, 2017
1 parent 543ddcb commit e81f62b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/apulse-context.c
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,8 @@ pa_context_set_source_volume_by_index(pa_context *c, uint32_t idx, const pa_cvol
pa_context_success_cb_t cb, void *userdata)
{
gchar *s_volume = trace_pa_volume_as_string(volume);
trace_info_z("Z %s c=%p, idx=%u, volume=%s, cb=%p, userdata=%p\n", __func__, c, idx, s_volume,
cb, userdata);
trace_info_f("Z %s c=%p, idx=%u, volume=%s, cb=%p, userdata=%p\n", __func__, c, idx, s_volume,
cb, userdata);
g_free(s_volume);

pa_operation *op =
Expand Down

0 comments on commit e81f62b

Please sign in to comment.