fixed log

This commit is contained in:
javi santana 2011-11-30 20:00:41 +01:00
parent 8474425375
commit f4f7f6300d

View File

@ -13,7 +13,7 @@ var CartodbWindshaft = function(serverOptions) {
};
if(serverOptions.cache_enabled) {
console.log("cache invalidation enabled, varnish on " serverOptions.varnish_host, ' ', serverOptions.varnish_port);
console.log("cache invalidation enabled, varnish on ", serverOptions.varnish_host, ' ', serverOptions.varnish_port);
Cache.init(serverOptions.varnish_host, serverOptions.varnish_port);
serverOptions.afterStateChange = function(req, data, callback) {
Cache.invalidate_db(req.params.dbname);