Skip to content

Commit 223a525

Browse files
code review comments
1 parent e8625ef commit 223a525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/restHandler/app/appList/AppListingRestHandler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ func (handler AppListingRestHandlerImpl) getAppDetails(ctx context.Context, appI
981981
func (handler AppListingRestHandlerImpl) fetchResourceTree(w http.ResponseWriter, r *http.Request, appId int, envId int, acdToken string, cdPipeline *pipelineConfig.Pipeline) (map[string]interface{}, error) {
982982
var resourceTree map[string]interface{}
983983
if !cdPipeline.DeploymentAppCreated {
984-
handler.logger.Infow("deployment for this pipeline does not exist")
984+
handler.logger.Infow("deployment for this pipeline does not exist", "pipelineId", cdPipeline.Id)
985985
return resourceTree, nil
986986
}
987987
if len(cdPipeline.DeploymentAppName) > 0 && cdPipeline.EnvironmentId > 0 && util.IsAcdApp(cdPipeline.DeploymentAppType) {

0 commit comments

Comments
 (0)