diff options
author | tv <tv@also> | 2011-07-31 04:19:55 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-07-31 04:19:55 +0200 |
commit | a800281374d62b48743dcf57da635e0758aa7f06 (patch) | |
tree | 3a2d02436fc6aefd18aaa1226786fe4cab2c5372 /census/arping.py | |
parent | 5714de6fdc9c1dcabf7ad7e62ff2761ad7c637f5 (diff) | |
parent | 102bc2fac260f4bdc5c5710a3d9f8f971cad4a45 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'census/arping.py')
-rwxr-xr-x | census/arping.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/census/arping.py b/census/arping.py index 1b51ab1b..3245f1ee 100755 --- a/census/arping.py +++ b/census/arping.py @@ -27,9 +27,7 @@ try: return [] except Exception as e: - log.error("Cannot load arping functions!" + str(e)) - def arpingy(iprange='',iface=''): - raise Exception ('arping not available') + raise Exception("Cannot load arping functions!" + str(e)) if __name__ =='__main__': |