Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
door7302 committed Mar 1, 2024
1 parent 9c86618 commit bd36a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ func LaunchSearch() {
case gnmiErr := <-subErrChan:
//traverseTree(root)
StreamObj.ForceFlush = true
logger.Log.Infof("End of the subscription after the 40 secs analysis: %v", gnmiErr)
logger.Log.Infof("End of the subscription after the 40 secs analysis: %s", gnmiErr.Err.Error())
StreamData("End of the subscription. Close gNMI session", "OK")
time.Sleep(1 * time.Second)
StreamObj.Result = root
Expand Down

0 comments on commit bd36a59

Please sign in to comment.