Author: mturk
Date: Mon Sep  7 09:55:19 2009
New Revision: 812066

URL: http://svn.apache.org/viewvc?rev=812066&view=rev
Log:
Print correct message

Modified:
    commons/sandbox/runtime/trunk/src/main/native/shared/error.c

Modified: commons/sandbox/runtime/trunk/src/main/native/shared/error.c
URL: 
http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/shared/error.c?rev=812066&r1=812065&r2=812066&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/shared/error.c (original)
+++ commons/sandbox/runtime/trunk/src/main/native/shared/error.c Mon Sep  7 
09:55:19 2009
@@ -59,7 +59,7 @@
         env = ACR_GetJNIEnv();
     if (IS_INVALID_HANDLE(env)) {
 #ifdef DEBUG
-        fprintf(stderr, "[ERROR]  Missing JNI Environment\n");
+        fprintf(stderr, "[ERROR]  Class '%s'\n", clazz);
         if (msg)
             fprintf(stderr, "[ERROR]  %s\n", msg);
         fflush(stderr);


Reply via email to