summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow (lxpbuetow.webde.local) <paul.buetow@1und1.de>2014-07-14 15:17:45 +0200
committerPaul Buetow (lxpbuetow.webde.local) <paul.buetow@1und1.de>2014-07-14 15:17:45 +0200
commit687f60d84b270de97afa51e179dbf9cb8296d211 (patch)
tree35839ff268788448851de03714922cdd966e4024
parentd328cdb5d57fb6ccf7192c3c50eb7e3c931f2654 (diff)
add comment
-rwxr-xr-xsrc/fapi2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fapi b/src/fapi
index 854901a..f474ba8 100755
--- a/src/fapi
+++ b/src/fapi
@@ -500,7 +500,7 @@ class Fapi(FapiBase):
else:
return 'curl -m 3' + headerdump + ' http://' + ipport + failtouch
else:
- return protocol + ': Can only curl PROTOCOL_TCP'
+ return '# ' + protocol + ': Can only curl PROTOCOL_TCP'
return lambda: curl(f5)
elif a.sub2 == 'status':
return lambda: f5().get_object_status([name])