Skip to content

Commit

Permalink
devtools/create-gossipstore: don't pollute output with message.
Browse files Browse the repository at this point in the history
Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed Apr 5, 2019
1 parent b5a2878 commit 0519c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/create-gossipstore.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ int main(int argc, char *argv[])
}
tal_free(inmsg);
}
printf("channels %d, updates %d, nodes %d\n", channels, updates, nodes);
fprintf(stderr, "channels %d, updates %d, nodes %d\n", channels, updates, nodes);
if (scidfile)
free(scids);
return 0;
Expand Down

0 comments on commit 0519c0a

Please sign in to comment.