aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/net/http_loader.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/net/http_loader.rs b/components/net/http_loader.rs
index 3b0202db868..8455a7c0fd9 100644
--- a/components/net/http_loader.rs
+++ b/components/net/http_loader.rs
@@ -835,9 +835,11 @@ pub fn obtain_response<A>(request_factory: &HttpRequestFactory<R=A>,
request_body.clone(), pipeline_id, time::now(),
connect_end - connect_start, send_end - send_start, is_xhr))
} else {
+ debug!("Not notifying devtools (no pipeline_id)");
None
}
} else {
+ debug!("Not notifying devtools (no request_id)");
None
};