Skip to content

Commit a37ead8

Browse files
authored
Apply suggestion from @bfops
Signed-off-by: Zeke Foppa <196249+bfops@users.noreply.github.com>
1 parent 0ab64e7 commit a37ead8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/pg/src/pg_server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ where
378378
let factory_ref = factory.clone();
379379
tokio::spawn(async move {
380380
process_socket(stream, None, factory_ref).await.inspect_err(|err|{
381-
log::debug!("PG: Error processing socket: {err:?}");
381+
log::warn!("PG: Error processing socket: {err:?}");
382382
})
383383
});
384384
}

0 commit comments

Comments
 (0)