You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2021/11/17 19:17:33 UTC

[trafficserver] branch 9.2.x updated: url_sig: change cleanup msg from TSError to TSDebug (#8523)

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

zwoop pushed a commit to branch 9.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.2.x by this push:
     new 17cbea6  url_sig: change cleanup msg from TSError to TSDebug (#8523)
17cbea6 is described below

commit 17cbea60505c734cf6a76f9693fd5fda5ad5cd6b
Author: Brian Olsen <bn...@gmail.com>
AuthorDate: Wed Nov 17 09:16:37 2021 -0700

    url_sig: change cleanup msg from TSError to TSDebug (#8523)
    
    (cherry picked from commit 4c6f65c7d63d2ff36fc059580963044f7abbcdae)
---
 plugins/experimental/url_sig/url_sig.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/experimental/url_sig/url_sig.c b/plugins/experimental/url_sig/url_sig.c
index f219616..37ce8e2 100644
--- a/plugins/experimental/url_sig/url_sig.c
+++ b/plugins/experimental/url_sig/url_sig.c
@@ -66,7 +66,7 @@ struct config {
 static void
 free_cfg(struct config *cfg)
 {
-  TSError("[url_sig] Cleaning up");
+  TSDebug(PLUGIN_NAME, "Cleaning up");
   TSfree(cfg->err_url);
   TSfree(cfg->sig_anchor);