Skip to content

Commit

Permalink
chore(logging): add mock server args to debug output in daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Feb 20, 2017
1 parent a963058 commit ac57322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func (d Daemon) Shutdown() {
// StartServer starts a mock server and returns a pointer to atypes.MockServer
// struct.
func (d Daemon) StartServer(request types.MockServer, reply *types.MockServer) error {
log.Println("[DEBUG] daemon - starting mock server")
log.Println("[DEBUG] daemon - starting mock server with args:", request.Args)
server := &types.MockServer{}
port, svc := d.pactMockSvcManager.NewService(request.Args)
server.Port = port
Expand Down

0 comments on commit ac57322

Please sign in to comment.