diff options
Diffstat (limited to 'lib/sendf.c')
-rw-r--r-- | lib/sendf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/sendf.c b/lib/sendf.c index 7988d767d..16fa9b0b2 100644 --- a/lib/sendf.c +++ b/lib/sendf.c @@ -590,9 +590,7 @@ int Curl_debug(struct SessionHandle *data, curl_infotype type, } if(t) { - snprintf(buffer, sizeof(buffer), "[%s %s %s%s]", w, t, - conn->xfertype==NORMAL?"": - (conn->xfertype==SOURCE3RD?"source ":"target "), + snprintf(buffer, sizeof(buffer), "[%s %s %s]", w, t, conn->host.dispname); rc = showit(data, CURLINFO_TEXT, buffer, strlen(buffer)); if(rc) |