Visual-Regression-Tracker/sdk-java

logging for start has parameters reversed

ibodog opened this issue · 0 comments

    log.info("Visual Regression Tracker is started for project <{}>: buildId: <{}>, projectId: <{}>, ciBuildId: <{}>",
             projectName, projectId, buildId, buildResponse.getCiBuildId());

projectId and buildId should be made to be in the same order in the string and substitution parameters.