Skip to content

Commit b4739dc

Browse files
committed
fix error message
1 parent 0cfc981 commit b4739dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storage-types/src/connections.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2227,7 +2227,7 @@ impl<C: ConnectionAccess> AlterCompatible for SqlServerConnectionDetails<C> {
22272227
for (compatible, field) in compatibility_checks {
22282228
if !compatible {
22292229
tracing::warn!(
2230-
"MySqlConnection incompatible at {field}:\nself:\n{:#?}\n\nother\n{:#?}",
2230+
"SqlServerConnectionDetails incompatible at {field}:\nself:\n{:#?}\n\nother\n{:#?}",
22312231
self,
22322232
other
22332233
);

0 commit comments

Comments
 (0)