Skip to content

Commit

Permalink
fix(zenoh-ext): update error log about timestamping
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Jul 10, 2024
1 parent 9e1c4a8 commit 4b092bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zenoh-ext/src/publication_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ impl<'a> PublicationCache<'a> {
if conf.session.hlc().is_none() {
bail!(
"Failed requirement for PublicationCache on {}: \
the Session is not configured with 'add_timestamp=true'",
key_expr
the 'timestamping' setting must be enabled in the Zenoh configuration",
key_expr,
)
}

Expand Down

0 comments on commit 4b092bc

Please sign in to comment.