X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=ortp_send.c;h=917ebde382deefaf580a47ee2221442e5c28d9ab;hb=4594318afeb3d667eeaedf9c84a451ba83d0a638;hp=96f4b4032a9feb3e9856519cb0ca382149141a5c;hpb=2abba90245f87fab096edfc3faf7df61646b713f;p=paraslash.git diff --git a/ortp_send.c b/ortp_send.c index 96f4b403..917ebde3 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)"