diff --git a/components/servo/lib.rs b/components/servo/lib.rs index 10074241878..76e96cc3c15 100644 --- a/components/servo/lib.rs +++ b/components/servo/lib.rs @@ -350,7 +350,7 @@ impl Servo where Window: WindowMethods + 'static { WindowEvent::SendError(ctx, e) => { let msg = ConstellationMsg::SendError(ctx, e); if let Err(e) = self.constellation_chan.send(msg) { - warn!("Sending CloseBrowser message to constellation failed ({}).", e); + warn!("Sending SendError message to constellation failed ({}).", e); } } }