diff options
author | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-01-30 05:46:39 +0100 |
---|---|---|
committer | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-01-30 05:46:39 +0100 |
commit | 5fb4705362ab694eb84b21f1389c6ca6bc5e4d8a (patch) | |
tree | 2ff9165df317ab5c4af2639c87c828d4a90d7da9 /src/arping.py | |
parent | 43f2eb6e5492c0fd0797785b3d3b258e2a7a2169 (diff) |
updated to something actually working
Diffstat (limited to 'src/arping.py')
-rw-r--r-- | src/arping.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arping.py b/src/arping.py index 1846f474..11fb81a9 100644 --- a/src/arping.py +++ b/src/arping.py @@ -9,7 +9,7 @@ try: from scapy.all import * #might throws "no such module" def arpingy(iprange="10.42.1.0/24",iface='eth0'): - log.debug("pinging"+ str(iprange)) + log.debug("pinging "+ str(iprange)) """Arping function takes IP Address or Network, returns nested mac/ip list""" try: conf.verb=0 |