From df9a1482781dceaa287e9bb89bc40773bea2f862 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Wed, 27 May 2015 00:16:30 -0300 Subject: [PATCH] better msg --- app/controllers/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/common.js b/app/controllers/common.js index a13d8e3..d7fb9af 100644 --- a/app/controllers/common.js +++ b/app/controllers/common.js @@ -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) {