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

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

commit 51c3ea2532e99707855d50d8eda686c4fca94075
Author: Damian Meden <damian.me...@oath.com>
AuthorDate: Tue Mar 3 11:22:37 2020 +0000

    Use same filename variable to keep consistency
    
    (cherry picked from commit 7f30e24a39c48a0b79f942156d5f27651f3f7552)
---
 iocore/cache/CacheHosting.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iocore/cache/CacheHosting.cc b/iocore/cache/CacheHosting.cc
index 31c9bc9..d968d5f 100644
--- a/iocore/cache/CacheHosting.cc
+++ b/iocore/cache/CacheHosting.cc
@@ -610,7 +610,7 @@ ConfigVolumes::read_config_file()
       Warning("Cannot open the config file: %s - %s", (const char 
*)config_path, strerror(ec.value()));
       break;
     default:
-      Error("%s failed to load: %s", ts::filename::VOLUME, 
strerror(ec.value()));
+      Error("%s failed to load: %s", (const char *)config_path, 
strerror(ec.value()));
       return;
     }
   }

Reply via email to