Skip to content

Commit

Permalink
refactor: add faq url
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyoush committed Dec 18, 2024
1 parent 8852ffe commit dc20643
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions agent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,11 @@ func logSystemInfo(loadError error) {
============OS Info================
%s
===================================
Please visit https://github.com/kyanos/issues to report this issue.
FAQ : https://kyanos.io/faq.html
Submit issue: https://github.com/hengyoush/kyanos/issues
`

var errorInfo string
if loadError != nil {
errorInfo = "Error: " + loadError.Error()
Expand Down

0 comments on commit dc20643

Please sign in to comment.