Skip to content

Commit b714213

Browse files
minor changes
1 parent fc29b3a commit b714213

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
-- DROP TABLE IF EXISTS scalar_tap_ravs CASCADE;
2-
-- DROP TABLE IF EXISTS scalar_tap_rav_requests_failed CASCADE;
1+
DROP TABLE IF EXISTS scalar_tap_ravs CASCADE;
2+
DROP TABLE IF EXISTS scalar_tap_rav_requests_failed CASCADE;

tap-agent/src/agent/sender_allocation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ impl SenderAllocationState {
748748
.execute(&self.pgpool)
749749
.await
750750
.map_err(|e| {
751-
error!("Failed to store receipt: {}", e);
751+
error!("Failed to store invalid receipt: {}", e);
752752
anyhow!(e)
753753
})?;
754754

0 commit comments

Comments
 (0)