Remove static log message Initializing chainstate Chainstate [ibd] @ height -1 (null).
AFAICT chainstate->ToString() will always equal "Chainstate [ibd] @ height -1 (null)" here which makes the log message neither relevant nor interesting :)
Remove static log message Initializing chainstate Chainstate [ibd] @ height -1 (null).
AFAICT chainstate->ToString() will always equal "Chainstate [ibd] @ height -1 (null)" here which makes the log message neither relevant nor interesting :)
ACK f22d6a11423a4462196de24cd68e7f45513cc001, I agree that the removed log message in its current state is cryptic and useless.
I'd presume the log will say whether a background chainstate was initialized (assumeutxo)
@jamesob Will this error message be relevant when running with default logging once assumeutxo is in place? :) If so, when should we print it: when height != -1?
Concept ACK on removing or improving this log message. It's way too cryptic for a message logged in the non-debug category, and doesn't seem to contain any useful information just the details of a newly constructed object.
I'd presume the log will say whether a background chainstate was initialized (assumeutxo)
That would be useful to log, though.
ACK f22d6a11423a4462196de24cd68e7f45513cc001
ACK f22d6a11423a4462196de24cd68e7f45513cc001, just get rid of it.