You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2018/09/13 16:02:48 UTC

[trafficserver] 03/03: Clarifies code comment for DL_Emergency

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

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

commit cb2b6ff5a738744b75db75c8cb3cd2a8543c5e90
Author: Derek Dagit <de...@oath.com>
AuthorDate: Tue Sep 11 12:11:27 2018 -0500

    Clarifies code comment for DL_Emergency
    
    (cherry picked from commit b3c13f30b5f1fd6ca47ca95fd54dd2a628519e4e)
---
 include/tscore/Diags.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/tscore/Diags.h b/include/tscore/Diags.h
index eadf4d5..55d3857 100644
--- a/include/tscore/Diags.h
+++ b/include/tscore/Diags.h
@@ -69,7 +69,7 @@ enum DiagsLevel { // do not renumber --- used as array index
   DL_Error,       // process does not die
   DL_Fatal,       // causes process termination
   DL_Alert,       // causes process termination
-  DL_Emergency,   // causes process termination
+  DL_Emergency,   // causes process termination, exits with UNRECOVERABLE_EXIT
   DL_Undefined    // must be last, used for size!
 };