Adjust verbose comment.

This commit is contained in:
Nathan Rajlich 2012-02-27 17:05:37 -08:00
parent 1e2d580da6
commit eb553da38e

View file

@ -89,7 +89,7 @@ function install (gyp, argv, callback) {
gyp.verbose('got "installVersion":', installVersion) gyp.verbose('got "installVersion":', installVersion)
gyp.verbose('needs "installVersion":', gyp.package.installVersion) gyp.verbose('needs "installVersion":', gyp.package.installVersion)
if (installVersion < gyp.package.installVersion) { if (installVersion < gyp.package.installVersion) {
gyp.verbose('version is no good') gyp.verbose('version is no good; reinstalling')
go() go()
} else { } else {
gyp.verbose('version is good') gyp.verbose('version is good')