Lower tab logging to trace when wrapping tabs.

This commit is contained in:
Edward Lee 2010-01-21 09:59:27 -08:00
Родитель 5c85990e0b
Коммит 8aca513a35
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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