You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by pa...@apache.org on 2018/04/11 14:48:07 UTC

[trafficserver] branch master updated: CacheTool: Replace errata message with stdout

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c1c0f74  CacheTool: Replace errata message with stdout
c1c0f74 is described below

commit c1c0f74f0ceb884b0982482cc6fbf88d47fe4928
Author: Persia Aziz <pe...@yahoo-inc.com>
AuthorDate: Tue Apr 10 17:42:54 2018 -0500

    CacheTool: Replace errata message with stdout
---
 cmd/traffic_cache_tool/CacheTool.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/traffic_cache_tool/CacheTool.cc b/cmd/traffic_cache_tool/CacheTool.cc
index fff2232..989404a 100644
--- a/cmd/traffic_cache_tool/CacheTool.cc
+++ b/cmd/traffic_cache_tool/CacheTool.cc
@@ -730,7 +730,7 @@ Span::loadDevice()
           }
           _len = _header->num_blocks;
         } else {
-          zret = Errata::Message(0, 0, "Span header for ", _path, " is invalid");
+          std::cout << "Span: " << _path << " header is uninitialized or invalid" << std::endl;
           _len = round_down(_geometry.totalsz) - _base;
         }
         // valid FD means the device is accessible and has enough storage to be configured.

-- 
To stop receiving notification emails like this one, please contact
paziz@apache.org.