From ba39a432e782b9ce1c36e61a3289ea74aecfeb18 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 28 Aug 2015 13:03:40 -0400 Subject: [PATCH] fixed #3517 --- src/plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins.js b/src/plugins.js index 32b38ffdda..7abf65dafa 100644 --- a/src/plugins.js +++ b/src/plugins.js @@ -109,7 +109,7 @@ var fs = require('fs'), }, function(next) { // If some plugins are incompatible, throw the warning here - if (Plugins.versionWarning.length) { + if (Plugins.versionWarning.length && nconf.get('isPrimary') === 'true') { process.stdout.write('\n'); winston.warn('[plugins/load] The following plugins may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. In the event of an unresponsive NodeBB caused by this plugin, run `./nodebb reset -p PLUGINNAME` to disable it.'); for(var x=0,numPlugins=Plugins.versionWarning.length;x