Debug: feed startup "whats supported" info through normal debug channel
[exim.git] / src / src / lookups / passwd.c
index f37bc6a0aad4de3d98aaac229b3dfa1baf3ecfa2..00e7548343f1fb16c9fa29ada89731b81b96d816 100644 (file)
@@ -54,12 +54,13 @@ return OK;
 
 #include "../version.h"
 
-void
-passwd_version_report(FILE *f)
+gstring *
+passwd_version_report(gstring * g)
 {
 #ifdef DYNLOOKUP
-fprintf(f, "Library version: passwd: Exim version %s\n", EXIM_VERSION_STR);
+g = string_fmt_append(g, "Library version: passwd: Exim version %s\n", EXIM_VERSION_STR);
 #endif
+return g;
 }
 
 static lookup_info _lookup_info = {