X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ortp_send.c;h=077e7cf5c6c9aa645d6c944b557288141d92a363;hp=96f4b4032a9feb3e9856519cb0ca382149141a5c;hb=3e3c069366dbb2bf8f157ad0a406bda67dd51783;hpb=2abba90245f87fab096edfc3faf7df61646b713f diff --git a/ortp_send.c b/ortp_send.c index 96f4b403..077e7cf5 100644 --- a/ortp_send.c +++ b/ortp_send.c @@ -268,9 +268,10 @@ static char *ortp_info(void) tgts = tmp; } ret = make_message( - "ortp status: %s\n" - "ortp default port: udp %d\n" - "ortp targets: %s\n", + "ortp sender:\n" + "\tstatus: %s\n" + "\tport: udp %d\n" + "\ttargets: %s\n", (sender_status == SENDER_ON)? "on" : "off", conf.ortp_default_port_arg, tgts? tgts : "(none)" @@ -346,5 +347,5 @@ void ortp_send_init(struct sender *s) ortp_init_target_list(); if (!conf.ortp_no_autostart_given) sender_status = SENDER_ON; - PARA_DEBUG_LOG("%s", "ortp sender init complete\n"); + PARA_DEBUG_LOG("ortp sender init complete\n"); }