Lower tab logging to trace when wrapping tabs.

This commit is contained in:
Edward Lee 2010-01-21 09:59:27 -08:00
parent 5c85990e0b
commit 8aca513a35

View File

@ -171,7 +171,7 @@ TabStore.prototype = {
return b.lastUsed - a.lastUsed;
}).slice(0, 25);
record.tabs.forEach(function(tab) {
this._log.debug("Wrapping tab: " + JSON.stringify(tab));
this._log.trace("Wrapping tab: " + JSON.stringify(tab));
}, this);
record.id = id;