diff --git a/lib/secure-streams/protocols/ss-h1.c b/lib/secure-streams/protocols/ss-h1.c index b41d015bc..7f72aedf6 100644 --- a/lib/secure-streams/protocols/ss-h1.c +++ b/lib/secure-streams/protocols/ss-h1.c @@ -829,7 +829,7 @@ malformed: case LWS_CALLBACK_CLIENT_HTTP_WRITEABLE: if (!h || !h->info.tx) { - lwsl_notice("%s: %s no handle / tx\n", __func__, h->lc.gutag); + lwsl_notice("%s: no handle / tx\n", __func__); return 0; }