mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Fixed missed conflicts - use constants.logVerbosity instead
This commit is contained in:
parent
d6e2e59b14
commit
a336bda983
@ -782,7 +782,7 @@ Server.prototype.addService = function(service, implementation) {
|
||||
};
|
||||
|
||||
var logAddProtoServiceDeprecationOnce = _.once(function() {
|
||||
common.log(grpc.logVerbosity.INFO,
|
||||
common.log(constants.logVerbosity.INFO,
|
||||
'Server#addProtoService is deprecated. Use addService instead');
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user