Author: kotkov
Date: Thu Apr 20 12:01:43 2023
New Revision: 1909285
URL: http://svn.apache.org/viewvc?rev=1909285&view=rev
Log:
On the '1.3.x-r1901040' branch: A minor test output tweak.
* test/test_context.c
(format_cert_failures): Use serf__log() to output debug information.
Modified:
serf/branches/1.3.x-r1901040/test/test_context.c
Modified: serf/branches/1.3.x-r1901040/test/test_context.c
URL:
http://svn.apache.org/viewvc/serf/branches/1.3.x-r1901040/test/test_context.c?rev=1909285&r1=1909284&r2=1909285&view=diff
==============================================================================
--- serf/branches/1.3.x-r1901040/test/test_context.c (original)
+++ serf/branches/1.3.x-r1901040/test/test_context.c Thu Apr 20 12:01:43 2023
@@ -1164,7 +1164,7 @@ static const char *format_cert_failures(
}
if (failures) {
- printf("Unexpected or unknown cert failure\n");
+ serf__log(TEST_VERBOSE, __FILE__, "Unexpected or unknown cert
failure\n");
abort();
}