Skip to content
Snippets Groups Projects
Commit 74e469b5 authored by Guillaume Valadon's avatar Guillaume Valadon Committed by GitHub
Browse files

Merge pull request #821 from p-l-/fix-warning-win

Windows: remove confusing warning message (@gpotter2)
parents 42b608df ee7b677b
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