[Zope-Checkins] CVS: Products/DCOracle2/src - dco2.c:1.117

Matthew T. Kromer matt@zope.com
Fri, 16 Aug 2002 10:20:26 -0400


Update of /cvs-repository/Products/DCOracle2/src
In directory cvs.zope.org:/tmp/cvs-serv14279/src

Modified Files:
	dco2.c 
Log Message:
Correct the debug TRACE statement to print the description handle rather
than whatever it was printing


=== Products/DCOracle2/src/dco2.c 1.116 => 1.117 ===
--- Products/DCOracle2/src/dco2.c:1.116	Fri Aug 16 10:17:48 2002
+++ Products/DCOracle2/src/dco2.c	Fri Aug 16 10:20:26 2002
@@ -2308,7 +2308,7 @@
 
 	/* Public synonym enablemement */
 	TRACE(T_HCALL,("ssAs", "OCIAttrSet", "OCI_HTYPE_DESCRIBE",
-		self->svchp, "OCI_ATTR_DESC_PUBLIC"));
+		deschp, "OCI_ATTR_DESC_PUBLIC"));
 	status = OCIAttrSet(deschp, OCI_HTYPE_DESCRIBE,
 		(dvoid *) &one, (ub4) 4, OCI_ATTR_DESC_PUBLIC, self->errhp);
 	TRACE(T_HRETURN,("sR", "OCIAttrSet", status));