Author: rhuijben
Date: Tue Nov 24 09:00:04 2015
New Revision: 1716077
URL: http://svn.apache.org/viewvc?rev=1716077&view=rev
Log:
* incoming.c
Add another printf
Modified:
serf/branches/pump-investigate/incoming.c
Modified: serf/branches/pump-investigate/incoming.c
URL:
http://svn.apache.org/viewvc/serf/branches/pump-investigate/incoming.c?rev=1716077&r1=1716076&r2=1716077&view=diff
==============================================================================
--- serf/branches/pump-investigate/incoming.c (original)
+++ serf/branches/pump-investigate/incoming.c Tue Nov 24 09:00:04 2015
@@ -712,7 +712,7 @@ apr_status_t serf_incoming_create2(
ic->closed = closed;
ic->closed_baton = closed_baton;
- fprintf(stderr, "Create config\n");
+ fprintf(stderr, "Create config in pool %p\n", ic_pool);
/* Store the connection specific info in the configuration store */
rv = serf__config_store_get_client_config(ctx, ic, &config, ic_pool);