Git fork

Merge branch 'jm/bundle-uri-debug-output-to-fp'

Code clean-up.

* jm/bundle-uri-debug-output-to-fp:
bundle-uri: send debug output to given FILE * stream

+1 -1
+1 -1
bundle-uri.c
··· 122 122 int i; 123 123 for (i = 0; i < BUNDLE_HEURISTIC__COUNT; i++) { 124 124 if (heuristics[i].heuristic == list->heuristic) { 125 - printf("\theuristic = %s\n", 125 + fprintf(fp, "\theuristic = %s\n", 126 126 heuristics[list->heuristic].name); 127 127 break; 128 128 }