Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
junhwani committed Aug 18, 2020
1 parent abbb3f4 commit 5d0cab7
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 5d0cab7

Please sign in to comment.