Debug: feed startup "whats supported" info through normal debug channel
[exim.git] / src / src / lookups / nisplus.c
index 6a6aef570280afe94c9eeaab53bc1e48f102de97..dc3735b6bac7fe40846458011ed33d05bef015f0 100644 (file)
@@ -263,12 +263,13 @@ return quoted;
 
 #include "../version.h"
 
-void
-nisplus_version_report(FILE *f)
+gstring *
+nisplus_version_report(gstring * g)
 {
 #ifdef DYNLOOKUP
-fprintf(f, "Library version: NIS+: Exim version %s\n", EXIM_VERSION_STR);
+g = string_fmt_append(g, "Library version: NIS+: Exim version %s\n", EXIM_VERSION_STR);
 #endif
+return g;
 }