diff options
Diffstat (limited to 'psycopg/lobject_int.c')
-rw-r--r-- | psycopg/lobject_int.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/psycopg/lobject_int.c b/psycopg/lobject_int.c index a14faef..973f163 100644 --- a/psycopg/lobject_int.c +++ b/psycopg/lobject_int.c @@ -176,7 +176,7 @@ lobject_open(lobjectObject *self, connectionObject *conn, self->oid = lo_creat(self->conn->pgconn, INV_READ | INV_WRITE); } - Dprintf("lobject_open: large object created with oid = %d", + Dprintf("lobject_open: large object created with oid = %u", self->oid); if (self->oid == InvalidOid) { |