X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ortp_send.c;h=917ebde382deefaf580a47ee2221442e5c28d9ab;hp=6a9d19c7b54121b1200bbe30a46a054a82ffe922;hb=16ffb7fe52ee412ccf4c70037e83014325cab23d;hpb=d4171bf0379c24a15df0281c5328c53087e446f4 diff --git a/ortp_send.c b/ortp_send.c index 6a9d19c7..917ebde3 100644 --- a/ortp_send.c +++ b/ortp_send.c @@ -17,8 +17,8 @@ #include "afs.h" #include "server.h" #include "vss.h" -#include "send.h" #include "list.h" +#include "send.h" #include "ortp.h" /** Convert in_addr to ascii. */ @@ -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)"