mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user