mirror of
https://github.com/servo/servo.git
synced 2025-07-21 22:33:41 +01:00
Update ipc-channel and crossbeam-channel.
This commit is contained in:
parent
107a29121c
commit
3fd3c23e17
45 changed files with 362 additions and 168 deletions
|
@ -407,7 +407,7 @@ impl BluetoothManager {
|
|||
match ipc_receiver.recv() {
|
||||
Ok(result) => result,
|
||||
Err(e) => {
|
||||
warn!("Failed to receive files from embedder ({}).", e);
|
||||
warn!("Failed to receive files from embedder ({:?}).", e);
|
||||
None
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue