summaryrefslogtreecommitdiff
path: root/src/udp.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-09-27 18:39:40 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-09-27 18:39:40 +0200
commit7d202145f41a4b5e4e738138648b11077647f5e3 (patch)
treeee8dcace219095ec1b945c79ffa80de0e8ea5c23 /src/udp.c
parentprepared main loop for receiver mode (diff)
started receiver mode pipeline implementation
Diffstat (limited to 'src/udp.c')
-rw-r--r--src/udp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/udp.c b/src/udp.c
index 85a8b39..470df36 100644
--- a/src/udp.c
+++ b/src/udp.c
@@ -236,7 +236,7 @@ gboolean attach_udpsources(struct udp_sources *sources)
if(!sources)
return FALSE;
- log_printf(ERROR, "Receiver Mode is not yet implemented!");
+ log_printf(WARNING, "udp source keep alive messages are not implemented yet!");
- return FALSE;
+ return TRUE;
}