mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
devtools/create-gossipstore: don't pollute output with message.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
294394215e
commit
b017caaadf
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue