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