Skip to content

Commit a6cdbc8

Browse files
committed
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
2 parents aa6ab03 + efb6159 commit a6cdbc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundle-uri.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ void print_bundle_list(FILE *fp, struct bundle_list *list)
122122
int i;
123123
for (i = 0; i < BUNDLE_HEURISTIC__COUNT; i++) {
124124
if (heuristics[i].heuristic == list->heuristic) {
125-
printf("\theuristic = %s\n",
125+
fprintf(fp, "\theuristic = %s\n",
126126
heuristics[list->heuristic].name);
127127
break;
128128
}

0 commit comments

Comments
 (0)