From dbcfc634bbc985f0a9abebe88554c19ce66a17e4 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Fri, 31 Aug 2018 15:59:32 -0400 Subject: [PATCH] update mm message --- src/blockchain.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blockchain.js b/src/blockchain.js index fdb606b..a13a64a 100644 --- a/src/blockchain.js +++ b/src/blockchain.js @@ -46,7 +46,7 @@ Blockchain.connect = function(connectionList, opts, doneCb) { getAccounts(function(err, accounts) { if (opts.warnAboutMetamask) { if (web3.eth.currentProvider && web3.eth.currentProvider.isMetaMask) { - console.log("%cNote: Embark has detected you are in the development environment and using Metamask, please make sure Metamask is connected to your local node", "font-size: 2em"); + console.warn("%cNote: Embark has detected you are in the development environment and using Metamask, please make sure Metamask is connected to your local node", "font-size: 2em"); } } if (accounts) {