summaryrefslogtreecommitdiff
path: root/examples/live_stream
diff options
context:
space:
mode:
authorJean-Baptiste Maillet <jean-baptiste.maillet@parrot.com>2014-11-21 10:55:46 +0100
committerJean-Baptiste Maillet <jean-baptiste.maillet@parrot.com>2014-11-21 10:55:46 +0100
commit725f9eb226064625ddcd7a3797525b2127646d2a (patch)
treef034f250229b89d7d1e9b0a2072a30ffb3604f00 /examples/live_stream
parente161e739f32c4856279bf0eb9aae70af9ce69ae3 (diff)
downloadOpen-AVB-725f9eb226064625ddcd7a3797525b2127646d2a.tar.gz
Endpoints cleaning: warning removal for "unused parameter"
Diffstat (limited to 'examples/live_stream')
-rw-r--r--examples/live_stream/listener.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/live_stream/listener.c b/examples/live_stream/listener.c
index d84f6ccc..9d162c05 100644
--- a/examples/live_stream/listener.c
+++ b/examples/live_stream/listener.c
@@ -59,7 +59,7 @@ unsigned char DEST_ADDR[] = { 0x91, 0xE0, 0xF0, 0x00, 0x0E, 0x80 };
void sigint_handler(int signum)
{
- fprintf(stderr, "got SIGINT\n");
+ fprintf(stderr, "Received signal %d:leaving...\n", signum);
#ifdef USE_MRPD
if (0 != talker)
send_leave();