diff --git a/app.js b/app.js index 06be47c483..8013a9e320 100644 --- a/app.js +++ b/app.js @@ -49,10 +49,9 @@ }; require('child_process').exec('/usr/bin/which convert', function(err, stdout, stderr) { - if(err) { - winston.warn('Counldn\'t find convert. Did you install imagemagick? ', err.message); + if(err || !stdout) { + winston.warn('Counldn\'t find convert. Did you install imagemagick?'); } - winston.warn('Counldn\'t find convert. Did you install imagemagick? ', err); }); // Log GNU copyright info along with server info