aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/test_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/test_lib.c')
-rw-r--r--src/plugins/test_lib.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/test_lib.c b/src/plugins/test_lib.c
index 512cf39..e87fc51 100644
--- a/src/plugins/test_lib.c
+++ b/src/plugins/test_lib.c
@@ -75,8 +75,11 @@ process_replies (void *cls,
75 return 0; 75 return 0;
76 } 76 }
77 fprintf (stderr, 77 fprintf (stderr,
78 "Got additional meta data of type %d from plugin `%s'\n", 78 "Got additional meta data of type %d and format %d with value `%.*s' from plugin `%s'\n",
79 type, 79 type,
80 format,
81 (int) data_len,
82 data,
80 plugin_name); 83 plugin_name);
81 return 0; 84 return 0;
82} 85}