diff --git a/console/ping.go b/console/ping.go index 5069f4045..23c625c59 100644 --- a/console/ping.go +++ b/console/ping.go @@ -19,6 +19,7 @@ along with this program. If not, see package console import ( + "fmt" "strings" "github.com/cgrates/cgrates/utils" @@ -89,6 +90,7 @@ func (self *CmdApierPing) RpcMethod() string { return utils.ActionSv1Ping default: } + fmt.Println("yay") return self.rpcMethod }