Skip to content

Commit 8461bdc

Browse files
authored
fix: pluginloader typo (open-telemetry#998)
1 parent 23677a1 commit 8461bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opentelemetry-node/src/instrumentation/PluginLoader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export class PluginLoader {
120120
}
121121

122122
this.logger.info(
123-
`PluginLoader#load: trying loading ${name}@${version}`
123+
`PluginLoader#load: trying to load ${name}@${version}`
124124
);
125125

126126
if (!version) return exports;

0 commit comments

Comments
 (0)