fix error in log for expiry timeout

This commit is contained in:
Brian Gough 2016-05-20 10:22:45 +01:00
parent 786b9cdb84
commit 340fef38a9

View file

@ -55,4 +55,4 @@ module.exports = ProjectPersistenceManager =
).error callback
logger.log EXPIRY_TIMEOUT:EXPIRY_TIMEOUT, "project assets kept timeout"
logger.log {EXPIRY_TIMEOUT: ProjectPersistenceManager.EXPIRY_TIMEOUT}, "project assets kept timeout"