Skip to content

Commit d0a4be4

Browse files
committed
Move connection error to info instead of fail similar to smb etc
1 parent d214067 commit d0a4be4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/protocols/nfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def create_conn_obj(self):
116116
self.port = self.mnt_port
117117
self.proto_logger()
118118
except Exception as e:
119-
self.logger.fail(f"Error during Initialization: {e}")
119+
self.logger.info(f"Error during Initialization: {e}")
120120
return False
121121
return True
122122

0 commit comments

Comments
 (0)