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 41ba5e7..06ef6c5 100755
--- a/src/fapi
+++ b/src/fapi
@@ -502,7 +502,7 @@ class Fapi(FapiBase):
elif re.match('.*80$', port):
return 'curl -g -m 3' + headerdump + ' http://' + postcmd
else:
- return '# ' + port + ': Can only curl HTTP or HTTPs. Address: ' + ipport
+ return '# Can only curl HTTP or HTTPs. Address: ' + ipport
else:
return '# ' + protocol + ': Can only curl PROTOCOL_TCP. Address: ' + destination['address']
return lambda: curl(f5)