File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -871,7 +871,7 @@ async def message_pump(self):
871871 logging .debug ("received message %s" , out_message )
872872 kind = out_message .WhichOneof ("kind" )
873873 if kind == "hello" :
874- logging .info ("connected to exporter version %s" , out_message .hello .version )
874+ logging .info ("connected to coordinator version %s" , out_message .hello .version )
875875 elif kind == "set_acquired_request" :
876876 logging .debug ("acquire request" )
877877 success = False
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ def start(self):
134134 cwd = self .cwd )
135135 try :
136136 self .spawn .expect ('exporter name: testhost' )
137- self .spawn .expect ('connected to exporter ' )
137+ self .spawn .expect ('connected to coordinator ' )
138138 except Exception as e :
139139 raise Exception (f"exporter startup failed with { self .spawn .before } " ) from e
140140
You can’t perform that action at this time.
0 commit comments