Skip to content

Commit f326fa4

Browse files
committed
Fix log message
1 parent 949dd2c commit f326fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instana/propagator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ def extract(self, carrier): # noqa
5252
baggage={},
5353
sampled=True)
5454
except Exception as e:
55-
log.debug("inject error: ", str(e))
55+
log.debug("extract error: ", str(e))

0 commit comments

Comments
 (0)