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 * streammaint
commit
a6cdbc8f8a
|
|
@ -122,7 +122,7 @@ void print_bundle_list(FILE *fp, struct bundle_list *list)
|
|||
int i;
|
||||
for (i = 0; i < BUNDLE_HEURISTIC__COUNT; i++) {
|
||||
if (heuristics[i].heuristic == list->heuristic) {
|
||||
printf("\theuristic = %s\n",
|
||||
fprintf(fp, "\theuristic = %s\n",
|
||||
heuristics[list->heuristic].name);
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue