better msg

This commit is contained in:
Matias Alejo Garcia 2015-05-27 00:16:30 -03:00
parent 9e281320ac
commit df9a148278

View File

@ -1,7 +1,7 @@
'use strict';
exports.notReady = function (err, res, p) {
res.status(503).send('Server not yet ready. Percentage:' + p);
res.status(503).send('Server not yet ready. Sync Percentage:' + p);
};
exports.handleErrors = function (err, res) {