From e6c329293c72f353aa674b9002235c8292535523 Mon Sep 17 00:00:00 2001 From: winlin Date: Tue, 18 Feb 2020 15:07:15 +0800 Subject: [PATCH] Refine log --- trunk/src/kernel/srs_kernel_consts.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trunk/src/kernel/srs_kernel_consts.hpp b/trunk/src/kernel/srs_kernel_consts.hpp index aa2860f3a..a1a946e62 100644 --- a/trunk/src/kernel/srs_kernel_consts.hpp +++ b/trunk/src/kernel/srs_kernel_consts.hpp @@ -131,6 +131,7 @@ // The signal for srs to fast quit, do essential dispose then exit. #define SRS_SIGNAL_FAST_QUIT SIGTERM // The signal for srs to gracefully quit, do carefully dispose then exit. +// @see https://github.com/ossrs/srs/issues/1579 // TODO: FIXME: Not implemented. #define SRS_SIGNAL_GRACEFULLY_QUIT SIGQUIT @@ -153,7 +154,7 @@ // Downloading speed-up, play to edge, ingest from origin #define SRS_CONSTS_LOG_EDGE_PLAY "EIG" // Uploading speed-up, publish to edge, foward to origin -#define SRS_CONSTS_LOG_EDGE_PUBLISH "EFW" +#define SRS_CONSTS_LOG_EDGE_PUBLISH "EPB" // The edge/origin forwarder. #define SRS_CONSTS_LOG_FOWARDER "FWR" // Play stream on edge/origin.