aircrackonly: log warning when deleting pcap

This commit is contained in:
xBelladonna
2019-12-21 10:57:32 +09:30
parent b762ae3279
commit 35e30c0363

@ -47,6 +47,7 @@ class AircrackOnly(plugins.Plugin):
if todelete == 1:
os.remove(filename)
self.text_to_set = "Removed an uncrackable pcap"
logging.warning("Removed uncrackable pcap " + filename)
display.update(force=True)
def on_ui_update(self, ui):