Fix a typo in a debug message

This commit is contained in:
dmiller 2015-03-25 14:30:18 +00:00
parent 04fee3d14c
commit 170a45f21d

View file

@ -1134,7 +1134,7 @@ function record_read(buffer, i)
h["type"] = name
name = find_key(PROTOCOLS, proto)
if name == nil then
stdnse.debug1("Unknown TLS Protocol: 0x%x", typ)
stdnse.debug1("Unknown TLS Protocol: 0x%04x", proto)
return j, nil
end
h["protocol"] = name