Github user jpeach commented on the issue:

    https://github.com/apache/trafficserver/pull/690
  
    Thanks @pbchou. I think we can make this a more complete fix. If you look 
at the way ``remap_load_plugin`` works, it it supposed to return non-zero on 
error and write the error message to ``errbuf``. Rather than emitting a 
``Warning`` in ``remap_load_plugin``, we should format the error into the 
output error buffer. Then the real error message will be available in 
``remap_parse_config_bti``, and we will emit the message correctly. 
Additionally, I think the ``Warning`` at ``MAP_ERROR`` and ``SignalError()`` 
should be ``Error``.
    
    Later we can look at improving this with 
[TS-4501](https://issues.apache.org/jira/browse/TS-4501).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to