aboutsummaryrefslogtreecommitdiff
path: root/src/main/test_ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/test_ipc.c')
-rw-r--r--src/main/test_ipc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/test_ipc.c b/src/main/test_ipc.c
index 35750b7..1696bbc 100644
--- a/src/main/test_ipc.c
+++ b/src/main/test_ipc.c
@@ -94,6 +94,7 @@ process_replies (void *cls,
94 "Hello world!", 94 "Hello world!",
95 strlen ("Hello world!"))) ) 95 strlen ("Hello world!"))) )
96 { 96 {
97 fprintf (stderr, "Received 'hello world'\n");
97 ret = 1; 98 ret = 1;
98 return 0; 99 return 0;
99 } 100 }
@@ -103,6 +104,7 @@ process_replies (void *cls,
103 "Goodbyte!", 104 "Goodbyte!",
104 strlen ("Goodbye!"))) ) 105 strlen ("Goodbye!"))) )
105 { 106 {
107 fprintf (stderr, "Received 'good bye'\n");
106 ret = 0; 108 ret = 0;
107 return 1; 109 return 1;
108 } 110 }