diff --git a/lib/ResourceController.js b/lib/ResourceController.js index f4e9439e8..44b2aea8c 100644 --- a/lib/ResourceController.js +++ b/lib/ResourceController.js @@ -73,5 +73,5 @@ ResourceController.prototype.delete = notFound; // aggregation functions ResourceController.prototype.count = notFound; -ResourceController.prototype.outdated = util.deprecate (notFound, 'Use HEAD and Last-Modified HTTP headers'); -ResourceController.prototype.allOutdated = util.deprecate (notFound,'Use HEAD and Last-Modified HTTP headers'); +ResourceController.prototype.outdated = util.deprecate (notFound, '/outdated: Use HEAD and Last-Modified HTTP headers'); +ResourceController.prototype.allOutdated = util.deprecate (notFound, '/:rcId/outdated: Use HEAD and Last-Modified HTTP headers');