Skip to content

Commit fd232b7

Browse files
authored
Merge pull request #72 from instana/show-version
Show package version on boot.
2 parents 8a4ab31 + 3c56a07 commit fd232b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

instana/fsm.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import subprocess
55
import threading as t
66
import fysom as f
7+
import instana
78
from instana import log
89
import instana.agent_const as a
910

@@ -36,7 +37,7 @@ class Fsm(object):
3637
timer = None
3738

3839
def __init__(self, agent):
39-
log.info("Stan is on the scene. Starting Instana instrumentation.")
40+
log.info("Stan is on the scene. Starting Instana instrumentation version", instana.__version__)
4041
log.debug("initializing fsm")
4142

4243
self.agent = agent

0 commit comments

Comments
 (0)