jfclere 2002/11/06 01:48:03 Modified: daemon/src/native/unix/native home.c Log: That is not an error. Revision Changes Path 1.2 +2 -2 jakarta-commons-sandbox/daemon/src/native/unix/native/home.c Index: home.c =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/daemon/src/native/unix/native/home.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- home.c 18 Feb 2002 21:15:42 -0000 1.1 +++ home.c 6 Nov 2002 09:48:03 -0000 1.2 @@ -137,7 +137,7 @@ } if (libf==NULL) { - log_error("Cannot locate library for VM %s (skipping)",ret); + log_debug("Cannot locate library for VM %s (skipping)",ret); } else { data->jvms[data->jnum]=(home_jvm *)malloc(sizeof(home_jvm)); data->jvms[data->jnum]->name=strdup(ret);
-- To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>