From 644ce2b9c497b9b2484d86cb7b56a525fd915639 Mon Sep 17 00:00:00 2001 From: Lei Feng Date: Wed, 7 Sep 2022 15:26:13 +0800 Subject: [PATCH] EX-5815 lipe: do not print in lpcc signal handler Do not print in lpcc signal handler. It's invalid in python script. Signed-off-by: Lei Feng Test-Parameters: trivial testlist=sanity-pcc env=ONLY=210 Change-Id: I61eb80ff1d59453dc12855fd2f1ac4f1e6e40757 Reviewed-on: https://review.whamcloud.com/48449 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Alex Deiter Reviewed-by: Andreas Dilger --- lipe/lpcc | 1 - 1 file changed, 1 deletion(-) diff --git a/lipe/lpcc b/lipe/lpcc index 4917ec2..36e8da5 100755 --- a/lipe/lpcc +++ b/lipe/lpcc @@ -602,7 +602,6 @@ def sigint_handler(signum, frame): """ #pylint: disable=unused-argument # close the listen socket to notify the monitor service to exit - eprint("Received signal %d" % signum) LISTEN_SOCK.close() def main(): -- 1.8.3.1