mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +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
@ -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…
Reference in New Issue
Block a user