add Rails.logger of owner not found
This commit is contained in:
parent
9ac5b33689
commit
7ea70e5524
|
@ -93,6 +93,8 @@ module Mobile
|
|||
diff_result = g.commit_diff(project.id, params[:oldHash])
|
||||
Rails.logger.info diff_result.diff
|
||||
end
|
||||
else
|
||||
Rails.logger.info "owner not found"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue