You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by su...@apache.org on 2008/06/27 11:26:50 UTC

svn commit: r672197 - /webservices/axis2/trunk/c/util/src/dir_handler.c

Author: supun
Date: Fri Jun 27 02:26:49 2008
New Revision: 672197

URL: http://svn.apache.org/viewvc?rev=672197&view=rev
Log:
Changing the log from ERROR to INFO in case of services folder is not found.

Modified:
    webservices/axis2/trunk/c/util/src/dir_handler.c

Modified: webservices/axis2/trunk/c/util/src/dir_handler.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/src/dir_handler.c?rev=672197&r1=672196&r2=672197&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/src/dir_handler.c (original)
+++ webservices/axis2/trunk/c/util/src/dir_handler.c Fri Jun 27 02:26:49 2008
@@ -216,8 +216,7 @@
     if (count <= 0)
     {
         axutil_array_list_free(file_list, env);
-        AXIS2_LOG_ERROR(env->log, AXIS2_LOG_SI, "No files in the path %s.",
-                        pathname);
+        AXIS2_LOG_INFO(env->log, "No files in the path %s.", pathname);
         return NULL;
     }