From e2fd4426a83396de5536c59ada6a55d4c3f552b4 Mon Sep 17 00:00:00 2001 From: JeremyTubongbanua Date: Mon, 19 Jun 2023 23:54:02 -0700 Subject: [PATCH] refactor: exception message --- lib/sshnp.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sshnp.dart b/lib/sshnp.dart index 48da4db99..a7287a3ac 100644 --- a/lib/sshnp.dart +++ b/lib/sshnp.dart @@ -179,7 +179,7 @@ class SSHNP { } if(!(await atSignIsActivated(atClient, sshnpdAtSign))) { - throw ('sshnpd atSign $sshnpdAtSign does not exist'); + throw ('sshnpd atSign $sshnpdAtSign is not activated.'); } logger.info('Subscribing to notifications on $sessionId.$nameSpace@');