Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve error message if interface is missing #80

Closed
1 task done
fako1024 opened this issue Mar 7, 2024 · 0 comments · Fixed by #81
Closed
1 task done

Improve error message if interface is missing #80

fako1024 opened this issue Mar 7, 2024 · 0 comments · Fixed by #81
Assignees
Labels
enhancement New feature or request

Comments

@fako1024
Copy link
Owner

fako1024 commented Mar 7, 2024

Right now slimcap fires off a quite generic message ("interface does not exist or is unsupported") if either of the two happens. For a user (especially engineers) this might be misleading (as in: one might thing we are missing for support although a configured interface simply doesn't exist). These two should be independent errors. Since we panic for unsupported interfaces (which is intentional so we get people to actually open an issue 😛) we only need to adapt the text for the already existing error.

DoD

  • Adapt error message (remove part about "unsupported")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant