Skip to content

Commit 3bfe855

Browse files
committed
Dump some logs
1 parent da44e67 commit 3bfe855

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

services/vidispine/vsapi/shapes.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ package vsapi
22

33
import (
44
"fmt"
5-
"github.com/bcc-code/mediabank-bridge/log"
65
"net/url"
76

7+
"github.com/bcc-code/mediabank-bridge/log"
8+
"github.com/davecgh/go-spew/spew"
9+
810
"github.com/bcc-code/bcc-media-flows/services/vidispine/vscommon"
911
"github.com/samber/lo"
1012
)
@@ -43,6 +45,8 @@ func (c *Client) AddShapeToItem(tag, itemID, fileID string) (string, error) {
4345
return "", err
4446
}
4547

48+
spew.Dump(result.Result())
49+
4650
return result.Result().(*JobDocument).JobID, nil
4751
}
4852

0 commit comments

Comments
 (0)