Merge pull request #2990 from TheBlueMatt/2024-04-log-in-flights
[rust-lightning] / lightning / src / ln / channelmanager.rs
index 130eab49384ce884c99cc637422c61729dd1617f..50366faad1c18ca6a68c0b0ae42037d4ebdfacac 100644 (file)
@@ -11888,6 +11888,7 @@ where
                                        log_error!(logger, " client applications must ensure that ChannelMonitor data is always available and the latest to avoid funds loss!");
                                        log_error!(logger, " Without the latest ChannelMonitor we cannot continue without risking funds.");
                                        log_error!(logger, " Please ensure the chain::Watch API requirements are met and file a bug report at https://github.com/lightningdevkit/rust-lightning");
+                                       log_error!(logger, " Pending in-flight updates are: {:?}", chan_in_flight_updates);
                                        return Err(DecodeError::InvalidValue);
                                }
                        }