summaryrefslogtreecommitdiff
path: root/src/udp.c
diff options
context:
space:
mode:
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;
}