Skip to content

Commit

Permalink
chore: message to log agent version should be consistent with other a…
Browse files Browse the repository at this point in the history
…gents (#531)
  • Loading branch information
nolanmar511 authored Aug 22, 2019
1 parent 4bfcdcb commit 13d146c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ts/src/profiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,9 @@ export class Profiler extends ServiceObject {
this.config.disableSourceMaps = true;
}
}
this.logger.debug(`Profiling agent v${pjson.version} is initialized`);
this.logger.debug(
`Stackdriver Profiler Node.js agent version: ${pjson.version}`
);
this.runLoop();
}

Expand Down

0 comments on commit 13d146c

Please sign in to comment.