[kaffe] CVS kaffe (robilad): Small debug fix to make darwin bug hunt easier

Kaffe CVS cvs-commits at kaffe.org
Mon Dec 13 16:42:48 PST 2004


PatchSet 5634 
Date: 2004/12/14 00:38:18
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Small debug fix to make darwin bug hunt easier

2004-12-14  Dalibor Topic  <robilad at kaffe.org>

        * kaffe/kaffevm/external.c:
        Improved initial native library lookup debug output.

Members: 
	ChangeLog:1.3179->1.3180 
	kaffe/kaffevm/external.c:1.68->1.69 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3179 kaffe/ChangeLog:1.3180
--- kaffe/ChangeLog:1.3179	Mon Dec 13 20:47:10 2004
+++ kaffe/ChangeLog	Tue Dec 14 00:38:18 2004
@@ -1,3 +1,8 @@
+2004-12-14  Dalibor Topic  <robilad at kaffe.org>
+
+	* kaffe/kaffevm/external.c:
+	Improved initial native library lookup debug output.
+
 2004-12-13  Dalibor Topic  <robilad at kaffe.org>
 
 	* libraries/javalib/javax/swing/table/TableColumn.java:
Index: kaffe/kaffe/kaffevm/external.c
diff -u kaffe/kaffe/kaffevm/external.c:1.68 kaffe/kaffe/kaffevm/external.c:1.69
--- kaffe/kaffe/kaffevm/external.c:1.68	Thu Aug 19 19:29:02 2004
+++ kaffe/kaffe/kaffevm/external.c	Tue Dec 14 00:38:21 2004
@@ -204,6 +204,8 @@
 		strcat(lib, NATIVELIBRARY);
 		strcat(lib, LIBRARYSUFFIX);
 
+	       	DBG(INIT, dprintf("trying to load %s\n", lib); )
+
 		if (loadNativeLibrary(lib, NULL, 0) >= 0) {
 			DBG(INIT, dprintf("initNative() done\n"); )
 			return;




More information about the kaffe mailing list