File tree 2 files changed +2
-2
lines changed
src/flight_sql_websocket_proxy
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ async def _run_client(
133
133
stop : asyncio .Future [None ],
134
134
) -> None :
135
135
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 } " )
137
137
138
138
scheme = server_protocol .lower ()
139
139
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ def __init__(self,
74
74
75
75
async def run (self ):
76
76
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 "
78
78
f" port: { self .port } ,\n "
79
79
f" base_path: { self .base_path } ,\n "
80
80
f" tls_certfile: { self .tls_certfile .as_posix () if self .tls_certfile else 'None' } ,\n "
You can’t perform that action at this time.
0 commit comments