diff --git a/src/client.cpp b/src/client.cpp index b828373..0ab361f 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -463,6 +463,7 @@ bool connection_handler(const char *preprefix, const char *col1, const char *col fclose(file); file = pipes.stdout; if (websocket) { + log(prefix, "Upgrade to WebSocket!"); req.respond(statuscode); goto respond; } else {