From 1ca27dc09c604fcd7103375b4714f5f2c46eb7e5 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Wed, 9 Jan 2019 23:01:22 +0100 Subject: [PATCH] Clarify missing type error --- library/network_connections.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/network_connections.py b/library/network_connections.py index 74011fb..835e416 100644 --- a/library/network_connections.py +++ b/library/network_connections.py @@ -1822,7 +1822,7 @@ class Cmd_nm(Cmd): # found if not con_cur: self.log_error( - idx, "Connection not found on system and 'type' not present" + idx, "Connection not found on system and 'type' not specified" ) return