Explorar o código

Fixed missed conflicts - use constants.logVerbosity instead

Stanley Cheung %!s(int64=8) %!d(string=hai) anos
pai
achega
646677216d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/node/src/server.js

+ 1 - 1
src/node/src/server.js

@@ -782,7 +782,7 @@ Server.prototype.addService = function(service, implementation) {
 };
 };
 
 
 var logAddProtoServiceDeprecationOnce = _.once(function() {
 var logAddProtoServiceDeprecationOnce = _.once(function() {
-    common.log(grpc.logVerbosity.INFO,
+    common.log(constants.logVerbosity.INFO,
                'Server#addProtoService is deprecated. Use addService instead');
                'Server#addProtoService is deprecated. Use addService instead');
 });
 });