1
0
Fork 0

Ignore collection markers in logger-follow output for syncCollectionFinalize.

This commit is contained in:
Max Neunhoeffer 2017-05-02 10:11:12 +02:00
parent 2b4338d85c
commit cf8b75db87
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ function syncCollectionFinalize (database, collname, from, config) {
}
} else {
// all else, including dropping and creating the collection
throw 'Found collection drop, create or rename marker.';
console.warn('Found collection drop, create or rename marker:', entry);
}
}