Skip to content

Commit

Permalink
fix: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
de-sh committed Oct 14, 2024
1 parent 4d4a692 commit 2a39c6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions uplink/src/base/serializer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,7 @@ impl Storage {
if let Some(mut publish) = self.latest_data.take() {
publish.pkid = 1;
if let Err(e) = publish.write(self.inner.writer()) {
error!("Failed to fill disk buffer. Error = {e}");
return Ok(None);
error!("Failed to serialize into write buffer. Error = {e}");
}
}

Expand Down

0 comments on commit 2a39c6a

Please sign in to comment.