From b6af4e61ca9b0f92a58ad1be0aacc79e59824e34 Mon Sep 17 00:00:00 2001 From: im-adithya Date: Mon, 13 Nov 2023 14:16:54 +0530 Subject: [PATCH] chore: only show message during exception --- admin/settings/class-connections.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/settings/class-connections.php b/admin/settings/class-connections.php index 4b2ae56..ce30f03 100644 --- a/admin/settings/class-connections.php +++ b/admin/settings/class-connections.php @@ -254,8 +254,8 @@ public function get_ln_node_info() $type = 'error'; $message = sprintf( '%s %s', - __('Connection Error, please check log for details', 'lnp-alby'), - $e + __('Connection Error, please check log for details: ', 'lnp-alby'), + $e->getMessage() ); }