summaryrefslogtreecommitdiff
path: root/compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat.c')
-rw-r--r--compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat.c b/compat.c
index 5e1774ab6..a5241c491 100644
--- a/compat.c
+++ b/compat.c
@@ -188,7 +188,7 @@ proto_spec(const char *spec)
188 ret |= SSH_PROTO_2; 188 ret |= SSH_PROTO_2;
189 break; 189 break;
190 default: 190 default:
191 log("ignoring bad proto spec: '%s'.", p); 191 logit("ignoring bad proto spec: '%s'.", p);
192 break; 192 break;
193 } 193 }
194 } 194 }