diff --git a/psycopg/replication_message_type.c b/psycopg/replication_message_type.c index 893ce7ad..f607d2ba 100644 --- a/psycopg/replication_message_type.c +++ b/psycopg/replication_message_type.c @@ -49,7 +49,7 @@ static PyObject * replmsg_repr(replicationMessageObject *self) { return PyString_FromFormat( - "", + "", self, self->data_size, XLOGFMTARGS(self->data_start), XLOGFMTARGS(self->wal_end), self->send_time); }