Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f799d623 authored by Steve French's avatar Steve French Committed by Steve French
Browse files

Make dialect negotiation warning message easier to read



Dialect version and minor version are easier to read in hex

Signed-off-by: default avatarSteve French <steve.french@primarydata.com>
parent eed0e175
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -398,7 +398,7 @@ SMB2_negotiate(const unsigned int xid, struct cifs_ses *ses)
		cifs_dbg(FYI, "negotiated smb3.1.1 dialect\n");
#endif /* SMB311 */
	else {
		cifs_dbg(VFS, "Illegal dialect returned by server %d\n",
		cifs_dbg(VFS, "Illegal dialect returned by server 0x%x\n",
			 le16_to_cpu(rsp->DialectRevision));
		rc = -EIO;
		goto neg_exit;