Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts network: show the mux parameter changes more nicely
  • Loading branch information
perexg committed Apr 17, 2015
1 parent bda5d8c commit caa6f8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/input/mpegts/mpegts_network_dvb.c
Expand Up @@ -545,12 +545,12 @@ dvb_network_create_mux
#undef COMPARE
#undef COMPAREN
if (save) {
char muxname[128];
mpegts_mux_nice_name((mpegts_mux_t *)mm, muxname, sizeof(muxname));
dvb_mux_conf_str(&tuning_old, buf, sizeof(buf));
tvhwarn("mpegts", "mux %p changed from %s in network %s",
mm, buf, mm->mm_network->mn_network_name);
tvhwarn("mpegts", "mux %s changed from %s", muxname, buf);
dvb_mux_conf_str(&lm->lm_tuning, buf, sizeof(buf));
tvhwarn("mpegts", "mux %p changed to %s in network %s",
mm, buf, mm->mm_network->mn_network_name);
tvhwarn("mpegts", "mux %s changed to %s", muxname, buf);
}
}
save:
Expand Down

0 comments on commit caa6f8e

Please sign in to comment.