From b2843a640dbe38d16ea4f2cc2c166a380f1ebe05 Mon Sep 17 00:00:00 2001 From: Kirill Solomko Date: Tue, 2 Aug 2016 17:13:25 +0200 Subject: [PATCH] MT#21683 fix a typo in log_passwords Change-Id: I691967b32e367c4449f53dd3c5d529a24ab05da1 --- lib/NGCP/Panel/Utils/Message.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/Panel/Utils/Message.pm b/lib/NGCP/Panel/Utils/Message.pm index 1c90be1bad..502445b11b 100644 --- a/lib/NGCP/Panel/Utils/Message.pm +++ b/lib/NGCP/Panel/Utils/Message.pm @@ -68,7 +68,7 @@ sub get_log_params { ? '*too big*' : (!$log_passwords && $_ =~ /password/i && $data_ref->{$_}) - ? '*' x 5) + ? '*' x 5 : $data_ref->{$_} : 'undef' } keys %$data_ref;