diff --git a/lib/curl_ntlm_msgs.c b/lib/curl_ntlm_msgs.c index 4ce17f13b9397d3c4b3b8a9c033f9d82f829cc4b..3d20e59173846dc733943f758733b679209b8ba0 100644 --- a/lib/curl_ntlm_msgs.c +++ b/lib/curl_ntlm_msgs.c @@ -292,7 +292,7 @@ CURLcode Curl_ntlm_decode_type2_message(struct SessionHandle *data, return error; if(!buffer) { - infof(data, "NTLM handshake failure (unhandled condition)\n"); + infof(data, "NTLM handshake failure (empty type-2 message)\n"); return CURLE_BAD_CONTENT_ENCODING; }