Skip to content

Commit

Permalink
Merge pull request #63 from NexClipper/master
Browse files Browse the repository at this point in the history
edit klevr-agent
  • Loading branch information
ralfyang committed Aug 18, 2020
2 parents 8724a2c + 5d0cab7 commit ad26376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified Dockerfile/agent/klevr
Binary file not shown.
4 changes: 2 additions & 2 deletions cmd/klevr-agent/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -572,9 +572,9 @@ func PrimaryStatusReport(){

func printprimary(){
if(Check_primary() == "true"){
logger.Debugf("I am Primary")
logger.Debugf("-----------I am Primary")
} else {
logger.Debugf("I am Secondary")
logger.Debugf("-----------I am Secondary")
}
logger.Debugf("Primary ip : %s, My ip : %s", Primary_ip, Local_ip_add)
}
Expand Down

0 comments on commit ad26376

Please sign in to comment.