You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by ka...@apache.org on 2007/09/24 13:18:36 UTC

svn commit: r578760 - /webservices/rampart/trunk/c/src/util/rampart_handler_util.c

Author: kaushalye
Date: Mon Sep 24 04:18:23 2007
New Revision: 578760

URL: http://svn.apache.org/viewvc?rev=578760&view=rev
Log:
Fixed in Solaris

Modified:
    webservices/rampart/trunk/c/src/util/rampart_handler_util.c

Modified: webservices/rampart/trunk/c/src/util/rampart_handler_util.c
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/src/util/rampart_handler_util.c?rev=578760&r1=578759&r2=578760&view=diff
==============================================================================
--- webservices/rampart/trunk/c/src/util/rampart_handler_util.c (original)
+++ webservices/rampart/trunk/c/src/util/rampart_handler_util.c Mon Sep 24 04:18:23 2007
@@ -209,7 +209,7 @@
     if (!param_x_flow_security)
     {
         AXIS2_LOG_INFO(env->log,
-                       "[rampart][rampart_handler_utils] %s parameter is not set.",param_x_flow_security);
+                       "[rampart][rampart_handler_utils] %d parameter is not set.",param_x_flow_security);
         return NULL;
     }
     value = axutil_param_get_value(param_x_flow_security, env);