[
https://issues.apache.org/jira/browse/AXIS2C-1649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13823792#comment-13823792
]
Jean-Marc Lamond commented on AXIS2C-1649:
------------------------------------------
Hi Alex,
Well I was leasy and I did the following:
from the /home of axis2c_src I ran the following command:
find . -name "*.c" -print | xargs grep AXIS2_LOG_DEBUG
I then realize that many programs like :
./src/core/transport/http/util/http_transport_utils.c
./src/core/transport/http/sender/ssl/ssl_utils.c
do use AXIS2_LOG_DEBUG and for some reason, the format is not passed.
JM
> please check your log and buffer - In log.c
> -------------------------------------------
>
> Key: AXIS2C-1649
> URL: https://issues.apache.org/jira/browse/AXIS2C-1649
> Project: Axis2-C
> Issue Type: Bug
> Components: util
> Affects Versions: 1.7.0
> Environment: AIX 6.1
> Reporter: Jean-Marc Lamond
> Priority: Minor
> Attachments: log.c.patch
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> Can someone fix either util/src/log.c or all the reference to :
> axutil_log_impl_log_debug. const axis2_char_t *format is most of the time
> not passed to the function and produce the erreur message.
> replace : if(log && log->ops && log->ops->write && format && log->enabled)
> with : if(log && log->ops && log->ops->write && log->enabled)
--
This message was sent by Atlassian JIRA
(v6.1#6144)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]