Skip to content

Fix confusing log messages in network protocol behaviour#8819

Merged
bkchr merged 2 commits intoparitytech:masterfrom
teor2345:patch-1
Jun 30, 2025
Merged

Fix confusing log messages in network protocol behaviour#8819
bkchr merged 2 commits intoparitytech:masterfrom
teor2345:patch-1

Conversation

@teor2345
Copy link
Contributor

Description

This PR fixes confusing trace log messages in the substrate client network behavior code.

Integration

These log messages can be merged into existing logging code, or the changes can be safely ignored.

Review Notes

When the node logs:

Will start to connect at until Instant

It is unclear if connections will start at the instant, or will occur until the instant.
This PR deletes "until" to make the message match the behaviour in the code.

There's also a minor grammar fix in another trace message.

Checklist

  • My PR follows the labeling requirements of this project (at minimum one label for T required)
    • External contributors: ask maintainers to put the right label on your PR.

Please add the label T0-node to this PR.

@bkchr bkchr requested a review from a team June 30, 2025 07:34
@bkchr bkchr added the R0-no-crate-publish-required The change does not require any crates to be re-published. label Jun 30, 2025
@bkchr bkchr enabled auto-merge June 30, 2025 07:34
@dmitry-markin dmitry-markin added the T0-node This PR/Issue is related to the topic “node”. label Jun 30, 2025
@bkchr bkchr added this pull request to the merge queue Jun 30, 2025
@dmitry-markin
Copy link
Contributor

@bkchr is R0-silent label gone? I don't think PRDoc should be required for such changes.

Merged via the queue into paritytech:master with commit 0bd8457 Jun 30, 2025
275 of 315 checks passed
ordian added a commit that referenced this pull request Jul 24, 2025
* master: (91 commits)
  Add extra information to the harmless error logs during validate_transaction (#9047)
  `sp-tracing`: Remove `test-utils` feature (#9063)
  add try-state check for staking roles -- staker cannot be nominator a… (#9034)
  net/discovery: File persistence for `AddrCache` (#8839)
  dispute-coordinator: handle race with offchain disabling (#9050)
  Align parameters for `EventEmitter::emit_sent_event` (#9057)
  Fetch parent block `api_version` (#9059)
  [XCM Precompile] Rename functions and improve docs in the Solidity interface (#9023)
  Cleanup and improvements for `ControlledValidatorIndices` (#8896)
  reenable 0001-parachains-pvf (#9046)
  Add optional auto-rebag within on-idle (#8684)
  Fix flaxy 0003-block-building-warp-sync test - one more approach (#8974)
  [Staking] [AHM] Fixes insufficient slashing of nominators (and some other small issues). (#8937)
  chore: Bump bounded-collections dep (#9004)
  XCMP and DMP improvements (#8860)
  EPMB/unsigned: fixed multi-page winner computation (#8987)
  Always send full parent header, not only hash, part of collation response (#8939)
  revive: Precompiles should return dummy code when queried (#9001)
  Fix confusing log messages in network protocol behaviour (#8819)
  Fix pallet_migrations benchmark when FailedMigrationHandler emits events (#8694)
  ...
tmpolaczyk pushed a commit to moondance-labs/polkadot-sdk that referenced this pull request Oct 16, 2025
…8819)

# Description

This PR fixes confusing trace log messages in the substrate client
network behavior code.

## Integration

These log messages can be merged into existing logging code, or the
changes can be safely ignored.

## Review Notes

When the node logs:
> Will start to connect at until Instant

It is unclear if connections will start at the instant, or will occur
until the instant.
This PR deletes "until" to make the message match the behaviour in the
code.

There's also a minor grammar fix in another trace message.

# Checklist

* [ ] My PR follows the [labeling requirements](

https://github.com/paritytech/polkadot-sdk/blob/master/docs/contributor/CONTRIBUTING.md#Process
) of this project (at minimum one label for `T` required)
* External contributors: ask maintainers to put the right label on your
PR.

Please add the label T0-node to this PR.

Co-authored-by: Bastian Köcher <git@kchr.de>
alvicsam pushed a commit that referenced this pull request Oct 17, 2025
# Description

This PR fixes confusing trace log messages in the substrate client
network behavior code.

## Integration

These log messages can be merged into existing logging code, or the
changes can be safely ignored.

## Review Notes

When the node logs:
> Will start to connect at until Instant

It is unclear if connections will start at the instant, or will occur
until the instant.
This PR deletes "until" to make the message match the behaviour in the
code.

There's also a minor grammar fix in another trace message.

# Checklist

* [ ] My PR follows the [labeling requirements](

https://github.com/paritytech/polkadot-sdk/blob/master/docs/contributor/CONTRIBUTING.md#Process
) of this project (at minimum one label for `T` required)
* External contributors: ask maintainers to put the right label on your
PR.

Please add the label T0-node to this PR.

Co-authored-by: Bastian Köcher <git@kchr.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

R0-no-crate-publish-required The change does not require any crates to be re-published. T0-node This PR/Issue is related to the topic “node”.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants