Skip to content

Commit

Permalink
core: NPE thrown while reporting save error
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Wander committed May 10, 2016
1 parent a277d8a commit 87b2862
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 87b2862

Please sign in to comment.