Skip to content

Commit 1edbd3c

Browse files
committed
Added GizmoData branding
1 parent cca6258 commit 1edbd3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/flight_sql_websocket_proxy/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ async def _run_client(
133133
stop: asyncio.Future[None],
134134
) -> None:
135135
print(
136-
f"Starting Arrow Flight SQL Websocket Proxy Client - version: {arrow_flight_sql_websocket_proxy_client_version}")
136+
f"Starting Arrow Flight SQL Websocket Proxy Client - by GizmoData™ - version: {arrow_flight_sql_websocket_proxy_client_version}")
137137

138138
scheme = server_protocol.lower()
139139

src/flight_sql_websocket_proxy/server_components/server_class.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def __init__(self,
7474

7575
async def run(self):
7676
logger.info(
77-
msg=(f"Starting Arrow Flight SQL Websocket Proxy Server - version: {self.version} - (\n"
77+
msg=(f"Starting Arrow Flight SQL Websocket Proxy Server - by GizmoData™ - version: {self.version} - (\n"
7878
f" port: {self.port},\n"
7979
f" base_path: {self.base_path},\n"
8080
f" tls_certfile: {self.tls_certfile.as_posix() if self.tls_certfile else 'None'},\n"

0 commit comments

Comments
 (0)