Skip to content

Commit c979b9f

Browse files
authored
Merge branch 'master' into java-11-migration
2 parents 59afd3e + 5e29e68 commit c979b9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ public BuildResponse start() throws IOException, InterruptedException {
5555
buildId = buildResponse.getId();
5656
projectId = buildResponse.getProjectId();
5757

58-
log.info("Visual Regression Tracker is started for project <{}>: buildId: <{}>, projectId: <{}>, ciBuildId: <{}>",
59-
projectName, projectId, buildId, buildResponse.getCiBuildId());
58+
log.info("Visual Regression Tracker is started for project <{}>: projectId: <{}>, buildId: <{}>, ciBuildId: <{}>",
59+
projectName, projectId, buildId, buildResponse.getCiBuildId());
6060
return buildResponse;
6161
}
6262

0 commit comments

Comments
 (0)