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):
871
871
logging .debug ("received message %s" , out_message )
872
872
kind = out_message .WhichOneof ("kind" )
873
873
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 )
875
875
elif kind == "set_acquired_request" :
876
876
logging .debug ("acquire request" )
877
877
success = False
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ def start(self):
134
134
cwd = self .cwd )
135
135
try :
136
136
self .spawn .expect ('exporter name: testhost' )
137
- self .spawn .expect ('connected to exporter ' )
137
+ self .spawn .expect ('connected to coordinator ' )
138
138
except Exception as e :
139
139
raise Exception (f"exporter startup failed with { self .spawn .before } " ) from e
140
140
You can’t perform that action at this time.
0 commit comments