Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SAT>IP Server: cosmetic change
  • Loading branch information
perexg committed Mar 13, 2015
1 parent 0138a37 commit ce01ede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/satip/server.c
Expand Up @@ -482,7 +482,7 @@ void satip_server_config_changed(void)
if (rtsp_port > 0) {
descramble = config_get_int("satip_descramble", 1);
satip_server_rtsp_init(http_server_ip, rtsp_port, descramble);
tvhinfo("satips", "SAT>IP Server reinitialized (HTTP %s:%d, RTSP %s:%d, Descramble %d, DVB-T %d, DVB-S2 %d, DVB-C %d)",
tvhinfo("satips", "SAT>IP Server reinitialized (HTTP %s:%d, RTSP %s:%d, descramble %d, DVB-T %d, DVB-S2 %d, DVB-C %d)",
http_server_ip, http_server_port, http_server_ip, rtsp_port,
descramble,
config_get_int("satip_dvbt", 0),
Expand Down Expand Up @@ -533,7 +533,7 @@ void satip_server_init(int rtsp_port)

satip_server_rtsp_init(http_server_ip, rtsp_port, descramble);

tvhinfo("satips", "SAT>IP Server initialized (HTTP %s:%d, RTSP %s:%d, Descramble %d, DVB-T %d, DVB-S2 %d, DVB-C %d)",
tvhinfo("satips", "SAT>IP Server initialized (HTTP %s:%d, RTSP %s:%d, descramble %d, DVB-T %d, DVB-S2 %d, DVB-C %d)",
http_server_ip, http_server_port, http_server_ip, rtsp_port,
descramble,
config_get_int("satip_dvbt", 0),
Expand Down

0 comments on commit ce01ede

Please sign in to comment.