Skip to content

Commit 5e29e68

Browse files
authored
Fixes issue #55 (#56)
1 parent 6f3b630 commit 5e29e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/visual_regression_tracker/sdk_java/VisualRegressionTracker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public BuildResponse start() throws IOException {
6868
buildId = buildResponse.getId();
6969
projectId = buildResponse.getProjectId();
7070

71-
log.info("Visual Regression Tracker is started for project <{}>: buildId: <{}>, projectId: <{}>, ciBuildId: <{}>",
71+
log.info("Visual Regression Tracker is started for project <{}>: projectId: <{}>, buildId: <{}>, ciBuildId: <{}>",
7272
projectName, projectId, buildId, buildResponse.getCiBuildId());
7373
return buildResponse;
7474
}

0 commit comments

Comments
 (0)