aboutsummaryrefslogtreecommitdiff
path: root/src/bayou.rs
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-01-08 16:03:42 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-01-08 16:03:42 +0100
commitfe28120676b2de0adc5db52a5d437b956f88fc06 (patch)
tree5fa98702353d4d9b616a1ad7341c65b1a4c6f0d0 /src/bayou.rs
parent07e2e50928cc0654f3ef1180254be920e2abc136 (diff)
downloadaerogramme-fe28120676b2de0adc5db52a5d437b956f88fc06.tar.gz
aerogramme-fe28120676b2de0adc5db52a5d437b956f88fc06.zip
bodystructure final fix
Diffstat (limited to 'src/bayou.rs')
-rw-r--r--src/bayou.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bayou.rs b/src/bayou.rs
index c6a7ac0..d77e9dc 100644
--- a/src/bayou.rs
+++ b/src/bayou.rs
@@ -152,7 +152,7 @@ impl<S: BayouState> Bayou<S> {
match &val[0] {
storage::Alternative::Value(v) => {
let op = open_deserialize::<S::Op>(v, &self.key)?;
- debug!("(sync) operation {}: {:?}", sort_key, op);
+ tracing::trace!("(sync) operation {}: {:?}", sort_key, op);
ops.push((ts, op));
}
storage::Alternative::Tombstone => {