Skip to content

Commit c02ab67

Browse files
committed
print the function name in place of IP since there isn't one
1 parent 8b921d8 commit c02ab67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/implementation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ pub mod lambda_private {
497497
name,
498498
if health_update.health_unchanged { "Still" } else { "Went" },
499499
if health_update.is_healthy { "healthy" } else { "sick" },
500-
"UNIMPLEMENTED",
500+
name,
501501
good_probes(health_update.bitmap, spec.window),
502502
spec.threshold,
503503
spec.window,

0 commit comments

Comments
 (0)