I'm having issues with 0.10.2.1 that I never got with 0.10.1.0. Firstly, though it runs and syncs as expected, why am I getting a "FATAL" warning of some sort each time I start this latest version of the daemon (2nd line)?
2017-03-02 19:41:49.527 4776 INFO global contrib/epee/src/mlog.cpp:145
New log categories: *:WARNING,net:FATAL,net.p2p:FATAL,global:INFO,verify:FATAL,s
tacktrace:INFO
2017-03-02 19:41:49.528 4776 INFO global src/daemon/main.cpp:282 Monero '
Wolfram Warptangent' (v0.10.2.1-release)
2017-03-02 19:41:49.528 4776 INFO global src/daemon/protocol.h:55
Initializing cryptonote protocol...
2017-03-02 19:41:49.528 4776 INFO global src/daemon/protocol.h:60
Cryptonote protocol initialized OK
2017-03-02 19:41:49.529 4776 INFO global src/daemon/p2p.h:63 Initiali
zing p2p server...
2017-03-02 19:41:57.490 4776 INFO global src/daemon/p2p.h:68 P2p serv
er initialized OK
2017-03-02 19:42:04.435 4776 INFO global src/daemon/rpc.h:58 Initiali
zing core rpc server...
2017-03-02 19:42:04.437 4776 INFO global contrib/epee/include/net/http_se
rver_impl_base.h:70 Binding on 127.0.0.1:18081
2017-03-02 19:42:04.443 4776 INFO global src/daemon/rpc.h:63 Core rpc
server initialized OK on port: 18081
2017-03-02 19:42:04.443 4776 INFO global src/daemon/core.h:73 Initiali
zing core...
2017-03-02 19:42:04.469 4776 INFO global src/cryptonote_core/cryptonote_c
ore.cpp:316 Loading blockchain from folder C:\ProgramData\bitmonero\lmdb ...
Secondly, it doesn't like it when I introduce the arg, "--rpc-bind-ip 0.0.0.0 --restricted-rpc" and craps out as soon as it starts to initialize the p2p server. Right about here:
2017-03-02 19:41:49.527 4776 INFO global contrib/epee/src/mlog.cpp:145
New log categories: *:WARNING,net:FATAL,net.p2p:FATAL,global:INFO,verify:FATAL,s
tacktrace:INFO
2017-03-02 19:41:49.528 4776 INFO global src/daemon/main.cpp:282 Monero '
Wolfram Warptangent' (v0.10.2.1-release)
2017-03-02 19:41:49.528 4776 INFO global src/daemon/protocol.h:55
Initializing cryptonote protocol...
2017-03-02 19:41:49.528 4776 INFO global src/daemon/protocol.h:60
Cryptonote protocol initialized OK
2017-03-02 19:41:49.529 4776 INFO global src/daemon/p2p.h:63 Initiali
zing p2p server...
Again, I never got these with 0.10.1.0.