summaryrefslogtreecommitdiffstats
path: root/src/arping.py
diff options
context:
space:
mode:
authorFelix Richter <Felix.Richter@syntax-fehler.de>2011-01-30 05:46:39 +0100
committerFelix Richter <Felix.Richter@syntax-fehler.de>2011-01-30 05:46:39 +0100
commit5fb4705362ab694eb84b21f1389c6ca6bc5e4d8a (patch)
tree2ff9165df317ab5c4af2639c87c828d4a90d7da9 /src/arping.py
parent43f2eb6e5492c0fd0797785b3d3b258e2a7a2169 (diff)
updated to something actually working
Diffstat (limited to 'src/arping.py')
-rw-r--r--src/arping.py2
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