dbd/db2/connection.c

changeset 23
a4825c3e65e9
parent 22
fd78e9cdc6e9
child 24
abb9499bef51
--- a/dbd/db2/connection.c	Sat Dec 20 02:37:22 2008 +0000
+++ b/dbd/db2/connection.c	Sat Dec 20 11:15:15 2008 +0000
@@ -223,6 +223,8 @@
  * __gc
  */
 static int connection_gc(lua_State *L) {
+    printf("Freeing connection\n");
+
     /* always close the connection */
     connection_close(L);
 

mercurial