~psycopg/psycopg/1.x

« back to all changes in this revision

Viewing changes to connection.c

  • Committer: Federico Di Gregorio
  • Date: 2005-09-12 01:20:17 UTC
  • Revision ID: fog-e566456e08935a846cb412fbb80cb698d762bbac
Infinity patch and other small fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
400
400
    
401
401
    EXC_IFCLOSED(self);
402
402
 
403
 
    Dprintf("psyco_conn_cursor(): conn = %p, name = %s\n", self, name);
 
403
    Dprintf("psyco_conn_cursor(): conn = %p\n", self);
404
404
    Dprintf("psyco_conn_cursor(): serialize = %d, keeper = %p\n",
405
405
            self->serialize, self->stdmanager->keeper);
406
406