diff --git a/main.js b/main.js index 10c54d4..5743555 100755 --- a/main.js +++ b/main.js @@ -205,7 +205,7 @@ async function main() { }); // Provide a robots.txt for where search engines should find things. - console.log(" * Creating router for sitemap*"); + console.log(" * Creating router for robots.txt"); router.get('/robots.txt', function (req, res) { console.log("robots.txt being provided to", req.socket.remoteAddress) res.send(robots_txt);