Skip to content
Snippets Groups Projects
Commit 64667721 authored by Stanley Cheung's avatar Stanley Cheung
Browse files

Fixed missed conflicts - use constants.logVerbosity instead

parent ebeda85e
No related branches found
No related tags found
No related merge requests found
......@@ -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');
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment