Skip to content

Commit 4085a0d

Browse files
committed
libsql: downgrade failed prefetch log to debug
1 parent 97652c1 commit 4085a0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libsql/src/replication/remote_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ impl RemoteClient {
135135
(hello_fut.await, None)
136136
};
137137
self.prefetched_batch_log_entries = if let Ok(true) = hello.0 {
138-
tracing::warn!(
138+
tracing::debug!(
139139
"Frames prefetching failed because of new session token returned by handshake"
140140
);
141141
None

0 commit comments

Comments
 (0)