Skip to content

Commit

Permalink
Merge pull request #86 from lwander/npe-app-save
Browse files Browse the repository at this point in the history
core: NPE thrown while reporting save error
  • Loading branch information
Matt Duftler committed May 10, 2016
2 parents a277d8a + 87b2862 commit 0a9bc1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ class Application implements Timestamped {
log.error("Rollback failed (onRollback)", rollbackException)
}

log.error("Failed to perform action (name: ${originalApplication.name ?: updatedApplication.name})")
log.error("Failed to perform action (name: ${originalApplication?.name ?: updatedApplication?.name})")
throw e
}
}
Expand Down

0 comments on commit 0a9bc1c

Please sign in to comment.