]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - log.c
Add a configuration option to report any error in the sum of the in-cache and out...
[thirdparty/sarg.git] / log.c
diff --git a/log.c b/log.c
index e3ee7294d59d4d7af91a35d4e8e1b123d19b59c8..eecb2725801feb40c04cd084515163aeef3b39fd 100644 (file)
--- a/log.c
+++ b/log.c
@@ -709,6 +709,10 @@ int main(int argc,char *argv[])
    if(debug)
       debuga(_("sarg version: %s\n"),VERSION);
 
+#ifdef ENABLE_DOUBLE_CHECK_DATA
+   debuga(_("Sarg compiled to report warnings if the output is inconsistent\n"));
+#endif
+
    maxopenfiles=MAX_OPEN_USER_FILES;
 #ifdef HAVE_RLIM_T
    if (Ulimit[0] != '\0') {