summaryrefslogtreecommitdiff
path: root/psycopg/connection_type.c
diff options
context:
space:
mode:
Diffstat (limited to 'psycopg/connection_type.c')
-rw-r--r--psycopg/connection_type.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/psycopg/connection_type.c b/psycopg/connection_type.c
index b94dd8b..bc88d78 100644
--- a/psycopg/connection_type.c
+++ b/psycopg/connection_type.c
@@ -968,7 +968,7 @@ psyco_conn_lobject(connectionObject *self, PyObject *args, PyObject *keywds)
Dprintf("psyco_conn_lobject: new lobject for connection at %p", self);
Dprintf("psyco_conn_lobject: parameters: oid = %u, mode = %s",
oid, smode);
- Dprintf("psyco_conn_lobject: parameters: new_oid = %d, new_file = %s",
+ Dprintf("psyco_conn_lobject: parameters: new_oid = %u, new_file = %s",
new_oid, new_file);
if (new_file)