minor logging correction

`on loaded` the plugin was showing a different name: `cleancap plugin loaded`
I've changed it with the name of the plugin to be consistent and easy to find what going on from pwnagotchi.log
This commit is contained in:
Zenzen San 2019-10-23 15:59:11 +00:00 committed by GitHub
parent 77ada644ed
commit 062de3b618
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@ import os
OPTIONS = dict()
def on_loaded():
logging.info("cleancap plugin loaded")
logging.info("aircrackonly plugin loaded")
def on_handshake(agent, filename, access_point, client_station):
display = agent._view