Skip to content

Commit 30c3bbb

Browse files
committed
warning to info
1 parent ea6aedf commit 30c3bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/jormungandr/jormungandr/transient_socket.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def call(self, content, timeout, debug_cb=lambda: "", quiet=False):
145145
# TODO: to remove after tests
146146
self.count_socket[self.name] = len(self._sockets)
147147
self.count_socket["total"] = sum([cnt for key, cnt in self.count_socket.items() if key != "total"])
148-
self._logger.warning("Socket count: {}".format(self.count_socket))
148+
self._logger.info("Socket count: {}".format(self.count_socket))
149149

150150
def close_socket(self, socket):
151151
try:

0 commit comments

Comments
 (0)