Fix DTraceProvider name

This commit is contained in:
Evan Shortiss 2014-04-01 23:24:41 -04:00
parent a84546b7bd
commit b3b26a48fa
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ module.exports = function () {
if (!SERVER_PROVIDER) {
try {
var dtrace = require('dtrace-provider');
SERVER_PROVIDER = dtrace.createDTraceProvider('restify');
SERVER_PROVIDER = dtrace.createDTraceProvider('ldapjs');
} catch (e) {
SERVER_PROVIDER = {
fire: function () {