Skip to content

Commit 0e8f540

Browse files
Andrii Sultanovbernhardkaindl
authored andcommitted
When no interfaces are found, clarify this does not mean there are no interfaces at all
The supporter host could just be having trouble connecting to the coordinator. Signed-off-by: Andrii Sultanov <[email protected]>
1 parent 70dd045 commit 0e8f540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins-base/XSFeatureInterface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def __init__(self):
4747

4848
if len(choiceDefs) == 0:
4949
XSLog('Configure Management Interface found no PIFs to present')
50-
choiceDefs.append(ChoiceDef(Lang("<No interfaces present>"), None))
50+
choiceDefs.append(ChoiceDef(Lang("<Couldn't retrieve data about existing interfaces>"), None))
5151
else:
5252
choiceDefs.append(ChoiceDef(Lang("Disable Management Interface"), lambda: self.HandleNICChoice(None)))
5353

0 commit comments

Comments
 (0)