diff --git a/lib/azure.js b/lib/azure.js index bf6abc3a..a79029ad 100644 --- a/lib/azure.js +++ b/lib/azure.js @@ -6,7 +6,7 @@ const { Readable } = require('stream'); const { BlobServiceClient, StorageSharedKeyCredential } = require("@azure/storage-blob"); Gun.on('create', function(root) { - console.log("Please note this adapter is not fully working yet"); + console.log("Please note this adapter for azure is not fully working yet"); this.to.next(root); var opt = root.opt; if (!opt.azureBlob && !process.env.AZURE_BLOB_CONTAINER) {