svn commit: r1924317 - /apr/apr/trunk/test/testmmap.c

[email protected]
Newsgroups gmane.comp.apache.apr.cvs
Message-ID <[email protected]>
Author: minfrin
Date: Tue Mar 11 21:54:31 2025
New Revision: 1924317

URL: http://svn.apache.org/viewvc?rev=1924317&view=rev
Log:
testmmap: Log apr_file_open() filename on failure

Modified:
    apr/apr/trunk/test/testmmap.c

Modified: apr/apr/trunk/test/testmmap.c
URL: http://svn.apache.org/viewvc/apr/apr/trunk/test/testmmap.c?rev=1924317&r1=1924316&r2=1924317&view=diff
==============================================================================
--- apr/apr/trunk/test/testmmap.c (original)
+++ apr/apr/trunk/test/testmmap.c Tue Mar 11 21:54:31 2025
@@ -103,7 +103,7 @@ static void test_file_open(abts_case *tc
 
     if (APR_SUCCESS != rv) {
         char errbuf[128];
-        abts_log_message("apr_file_open() failed: %s\n",
+        abts_log_message("apr_file_open() failed: %s: %s\n", file1,
                          apr_strerror(rv, errbuf, sizeof(errbuf)));
     }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.