mongo-to-s3
Advanced tools
Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "mongo-to-s3", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Transfer mongo collections to s3", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -242,3 +242,3 @@ /* | ||
Uploader.prototype.start = function() { | ||
uploaderDebug("Starting. Working file: " + this.__journalFile); | ||
console.log("Uploader starting. Working file: " + this.__journalFile); | ||
this.__i = setInterval(this.serviceUploads.bind(this), 1000); | ||
@@ -245,0 +245,0 @@ }; |
57139