Skip to content

Commit b9e6306

Browse files
committed
Improve insecure warning
1 parent d9deac1 commit b9e6306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cisco_gnmi/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ def construct(self):
330330
)
331331
else:
332332
LOGGER.warning(
333-
"Insecure gRPC channel is against gNMI specification, please do not utilize."
333+
"Insecure gRPC channel is against gNMI specification, personal data may be compromised."
334334
)
335335
channel = grpc.insecure_channel(self.__target_netloc.netloc)
336336
if self.__client_class is None:

0 commit comments

Comments
 (0)