Index: civicrm/trunk/sites/all/modules/wmf_owa/wmf_owa.module |
— | — | @@ -199,6 +199,10 @@ |
200 | 200 | curl_setopt( $ch, CURLOPT_URL, $owa_log_url . "?". http_build_query( $query_params )); |
201 | 201 | curl_setopt( $ch, CURLOPT_USERAGENT, "WMF Ecommerce web service 1.0" ); |
202 | 202 | |
| 203 | + watchdog( 'wmf_owa', 'Request string sent to OWA: %header_out', |
| 204 | + array( '%header_out' => curl_getinfo( $ch, CURLINFO_HEADER_OUT ) ), |
| 205 | + WATCHDOG_DEBUG ); |
| 206 | + |
203 | 207 | if ( !curl_exec( $ch )) { |
204 | 208 | // log curl error curl_error( $ch ); |
205 | 209 | watchdog( 'wmf_owa', |