]> granicus.if.org Git - apache/commit
With rotatelogs -v, on platforms where APR_FINFO_NAME is not implemented,
authorDaniel Earl Poirier <poirier@apache.org>
Tue, 19 Oct 2010 18:57:31 +0000 (18:57 +0000)
committerDaniel Earl Poirier <poirier@apache.org>
Tue, 19 Oct 2010 18:57:31 +0000 (18:57 +0000)
commit6fc811e664a05414e0ad4efb1cbaf4eb647a9e0e
tree890d6ab857dcb3bb54de49e5ae2cde43d6be3a87
parentb7e357db7ef627b1e7e4967326c1ea505efb40d6
With rotatelogs -v, on platforms where APR_FINFO_NAME is not implemented,
the verbose printf for closing the file never occurred because apr_file_info_get()
always returned APR_INCOMPLETE.  Fix that so we still get a printf with the
information we get back.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1024359 13f79535-47bb-0310-9956-ffa450edef68
support/rotatelogs.c