Log message

This commit is contained in:
2020-12-01 20:52:34 +01:00
parent 6fcf3d7719
commit cef931c50f

View File

@ -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 {