From 231c70570073f72f4bd625d84bf470de6940af7e Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Sun, 28 Jun 2020 15:37:14 +0900 Subject: [PATCH] fix output, fix conf --- conf/nohang/nohang-desktop.conf.in | 2 +- conf/nohang/nohang.conf.in | 2 +- src/nohang | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/nohang/nohang-desktop.conf.in b/conf/nohang/nohang-desktop.conf.in index b791318..9eda940 100644 --- a/conf/nohang/nohang-desktop.conf.in +++ b/conf/nohang/nohang-desktop.conf.in @@ -387,7 +387,7 @@ ignore_positive_oom_score_adj = False @BADNESS_ADJ_RE_REALPATH 900 /// ^(/usr/bin/stress|/usr/bin/stress-ng)$ - 7.2.6. Matching cwd with RE patterns + 7.2.6. Matching /proc/[pid]/cwd realpath with RE patterns @BADNESS_ADJ_RE_CWD 200 /// ^/home/ diff --git a/conf/nohang/nohang.conf.in b/conf/nohang/nohang.conf.in index 89d0371..6f1217b 100644 --- a/conf/nohang/nohang.conf.in +++ b/conf/nohang/nohang.conf.in @@ -331,7 +331,7 @@ ignore_positive_oom_score_adj = False Example: @BADNESS_ADJ_RE_REALPATH 900 /// ^(/usr/bin/stress|/usr/bin/stress-ng)$ - 7.2.6. Matching cwd with RE patterns + 7.2.6. Matching /proc/[pid]/cwd realpath with RE patterns @BADNESS_ADJ_RE_CWD 200 /// ^/home/ diff --git a/src/nohang b/src/nohang index bac98e3..19d54fa 100755 --- a/src/nohang +++ b/src/nohang @@ -651,7 +651,7 @@ def check_config(): else: log(' (not set)') - log('7.2.6. Matching cwd with RE patterns') + log('7.2.6. Matching /proc/[pid]/cwd realpath with RE patterns') if len(badness_adj_re_cwd_list) > 0: log(' badness_adj: regexp:') for i in badness_adj_re_cwd_list: