summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ASM/Inspect.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ASM/Inspect.pm b/lib/ASM/Inspect.pm
index 3854104..3d44729 100644
--- a/lib/ASM/Inspect.pm
+++ b/lib/ASM/Inspect.pm
@@ -49,7 +49,7 @@ sub on_httpResponse
my ($conn, $id, $response) = @_;
my $event = $::httpRequests{$id};
delete $::httpRequests{$id};
- $::inspector->inspect( $conn, $event, $response );
+ inspect( $conn, $event, $response );
}
sub on_public