Skip to content

Commit

Permalink
Merge pull request #1646 from tursodatabase/lucio/downgrade-log
Browse files Browse the repository at this point in the history
libsql: downgrade failed prefetch log to debug
  • Loading branch information
haaawk authored Aug 8, 2024
2 parents 8db5ea8 + 4085a0d commit dd80e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsql/src/replication/remote_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ impl RemoteClient {
(hello_fut.await, None)
};
self.prefetched_batch_log_entries = if let Ok(true) = hello.0 {
tracing::warn!(
tracing::debug!(
"Frames prefetching failed because of new session token returned by handshake"
);
None
Expand Down

0 comments on commit dd80e69

Please sign in to comment.