This is an automated email from the ASF dual-hosted git repository.

wkaras pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


    from c0b2c2db6d Remove in_addr forward declaration from experimental.h. 
(#10309)
     add 0f4ee82ae3 Use Dbg() for debug output in both core and plugins. (#9732)

No new revisions were added by this update.

Summary of changes:
 example/plugins/c-api/cache_scan/cache_scan.cc     |  14 +--
 include/ts/DbgCtl.h                                | 120 +++++++++++++++++++++
 include/ts/Makefile.am                             |   1 +
 include/ts/apidefs.h.in                            |   5 -
 include/ts/ts.h                                    |  49 +--------
 include/tscore/DbgCtl.h                            |  62 -----------
 include/tscore/Diags.h                             |  49 ++-------
 include/tscore/DiagsTypes.h                        |   7 --
 include/tscore/Trie.h                              |   4 +-
 include/tscpp/api/Cleanup.h                        |  11 --
 iocore/cache/Cache.cc                              |  14 +--
 iocore/cache/CacheDir.cc                           |   2 +-
 iocore/cache/CacheHosting.cc                       |   4 +-
 iocore/cache/CacheRead.cc                          |   8 +-
 iocore/cache/CacheWrite.cc                         |   2 +-
 iocore/dns/DNS.cc                                  |   4 +-
 iocore/dns/P_DNSProcessor.h                        |   2 +-
 iocore/dns/SplitDNS.cc                             |   4 +-
 iocore/net/SSLDiags.cc                             |  10 +-
 iocore/net/SSLUtils.cc                             |   4 +-
 iocore/net/TLSSessionResumptionSupport.cc          |   2 +-
 iocore/net/UnixUDPNet.cc                           |   1 +
 .../experimental/webp_transform/ImageTransform.cc  |  24 ++---
 src/traffic_server/InkAPI.cc                       |  27 -----
 src/tscore/DbgCtl.cc                               |  58 +++++-----
 src/tscore/Diags.cc                                |  10 +-
 tests/gold_tests/pluginTest/TSVConnFd/TSVConnFd.cc |  32 +++---
 .../polite_hook_wait/polite_hook_wait.cc           |  13 ++-
 tests/gold_tests/pluginTest/tsapi/test_tsapi.cc    |  15 ++-
 29 files changed, 249 insertions(+), 309 deletions(-)
 create mode 100644 include/ts/DbgCtl.h
 delete mode 100644 include/tscore/DbgCtl.h

Reply via email to