Skip to content

Commit 1b4c85f

Browse files
author
ADOT Patch workflow
committed
Debug log line
1 parent 66f3859 commit 1b4c85f

File tree

1 file changed

+1
-1
lines changed
  • aws-opentelemetry-distro/src/amazon/opentelemetry/distro

1 file changed

+1
-1
lines changed

aws-opentelemetry-distro/src/amazon/opentelemetry/distro/ec2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def detect(self) -> "Resource":
7676
token = _get_token()
7777
print("token")
7878
identity_dict = json.loads(_get_identity(token))
79-
print(dict)
79+
print("dict")
8080
hostname = _get_host(token)
8181
print("end ec2 init")
8282

0 commit comments

Comments
 (0)