1
0
Fork 0

Improving trace logging for syncCollectionFinalize.

This commit is contained in:
Max Neunhoeffer 2016-07-11 23:37:06 +02:00
parent f5f7f99394
commit fedcc9cb17
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ function syncCollectionFinalize (database, collname, from, config) {
response: chunk, exception: err};
}
console.log('Applying chunk:');
console.trace('Applying chunk:', l);
try {
for (var i = 0; i < l.length; i++) {
apply(l[i]);