Skip to content

Commit 7e0a608

Browse files
committed
👌 improve log message (isoos#6)
1 parent 5a23b85 commit 7e0a608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/connection_fsm.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class _PostgreSQLConnectionStateSocketConnected
6969
_PostgreSQLConnectionState onMessage(ServerMessage message) {
7070

7171
completer.completeError(PostgreSQLException(
72-
'Unsupported message "${message.toString()}", closing connection.'));
72+
'Unsupported message "$message", closing connection.'));
7373

7474
return _PostgreSQLConnectionStateClosed();
7575
}

0 commit comments

Comments
 (0)