Skip to content
Snippets Groups Projects
Commit ee7b677b authored by Pierre LALET's avatar Pierre LALET
Browse files

Windows: remove confusing warning message (@gpotter2)

parent 9a385384
No related branches found
No related tags found
No related merge requests found
......@@ -238,7 +238,6 @@ if WINDOWS:
try:
MANUFDB = load_manuf(os.environ["ProgramFiles"] + "\\wireshark\\manuf")
except IOError:
log_loading.warning("Cannot read [%s]", filename)
MANUFDB = None
else:
IP_PROTOS=load_protocols("/etc/protocols")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment