summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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])