better msg
This commit is contained in:
parent
9e281320ac
commit
df9a148278
@ -1,7 +1,7 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
exports.notReady = function (err, res, p) {
|
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) {
|
exports.handleErrors = function (err, res) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user