devtools: remove warning message from dump-gossipstore.

It prints a message to stderr, but actually it's fine with this version:

```
dump-gossipstore: UNKNOWN GOSSIP minor VERSION 14 (expected 12)
```

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2024-02-11 20:59:41 +10:30 committed by Christian Decker
parent 6ed17e9e0c
commit 27ef4b98c1

View File

@ -12,7 +12,7 @@
/* Current versions we support */
#define GSTORE_MAJOR 0
#define GSTORE_MINOR 12
#define GSTORE_MINOR 14
int main(int argc, char *argv[])
{