From a79439659c2dfe8a502511e3a18efd24852f0fbc Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Tue, 5 May 2020 04:50:15 +0900 Subject: [PATCH] fix output --- nohang/nohang | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nohang/nohang b/nohang/nohang index f10e9f1..34d172f 100755 --- a/nohang/nohang +++ b/nohang/nohang @@ -3574,7 +3574,8 @@ if 'psi_path' in config_dict: if CHECK_PSI: try: if psi_file_mem_to_metrics(psi_path) is None: - errprint('WARNING: psi_path "{}" not found'.format(psi_path)) + errprint('WARNING: psi_path "{}" is not found or is incor' + 'rect'.format(psi_path)) except Exception as e: errprint('WARNING: invalid psi_path "{}": {}'.format(psi_path, e)) else: