Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4A84317956 for ; Thu, 9 Apr 2015 21:37:01 +0000 (UTC) Received: (qmail 67200 invoked by uid 500); 9 Apr 2015 21:37:01 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 67172 invoked by uid 500); 9 Apr 2015 21:37:01 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 67154 invoked by uid 99); 9 Apr 2015 21:37:01 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2015 21:37:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E81D5E0009; Thu, 9 Apr 2015 21:37:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: cordova-lib git commit: CB-8775 updated warning message to be more descriptive Date: Thu, 9 Apr 2015 21:37:00 +0000 (UTC) Repository: cordova-lib Updated Branches: refs/heads/master 9899965b1 -> bbec0dd93 CB-8775 updated warning message to be more descriptive Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/bbec0dd9 Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/bbec0dd9 Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/bbec0dd9 Branch: refs/heads/master Commit: bbec0dd9329fd28dc893c9a5fbf6df984118e9c8 Parents: 9899965 Author: Steve Gill Authored: Thu Apr 9 14:36:56 2015 -0700 Committer: Steve Gill Committed: Thu Apr 9 14:36:56 2015 -0700 ---------------------------------------------------------------------- cordova-lib/src/plugman/fetch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/bbec0dd9/cordova-lib/src/plugman/fetch.js ---------------------------------------------------------------------- diff --git a/cordova-lib/src/plugman/fetch.js b/cordova-lib/src/plugman/fetch.js index 199bbfc..1a2b657 100644 --- a/cordova-lib/src/plugman/fetch.js +++ b/cordova-lib/src/plugman/fetch.js @@ -255,7 +255,7 @@ function copyPlugin(pinfo, plugins_dir, link) { } if(fs.existsSync(altDest)) { - events.emit('log', pinfo.id + '" already exists in "' + altDest + '"'); + events.emit('log', pinfo.id + '" will not install due to "' + altDest + '" being installed.'); return altDest; } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org