]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
dovecot --build-options shows IO_BLOCK_SIZE
authorTimo Sirainen <tss@iki.fi>
Fri, 14 May 2010 09:30:31 +0000 (11:30 +0200)
committerTimo Sirainen <tss@iki.fi>
Fri, 14 May 2010 09:30:31 +0000 (11:30 +0200)
--HG--
branch : HEAD

src/master/main.c

index 0c7ea9a08f0e9a62e52198d070f9edb09ee9fb0a..41cbbcda83f5e878bfa8c5bc7a950f6238e8ffb4 100644 (file)
@@ -551,6 +551,7 @@ static void print_build_options(void)
 #ifdef HAVE_OPENSSL
                " openssl"
 #endif
+               " io_block_size=%u"
        "\nMail storages: "MAIL_STORAGES"\n"
 #ifdef SQL_DRIVER_PLUGINS
        "SQL driver plugins:"
@@ -625,7 +626,7 @@ static void print_build_options(void)
 #ifdef USERDB_VPOPMAIL
                " vpopmail"
 #endif
-       "\n");
+       "\n", IO_BLOCK_SIZE);
 }
 
 int main(int argc, char *argv[])