Skip to content

Commit 72cc1da

Browse files
committed
Show handshake error message
1 parent 5a9174f commit 72cc1da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/broadcasting_software/obs_v5.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,10 @@ impl InnerConnection {
551551
}
552552
Err(e) => {
553553
warn!("Unable to connect due to: {}", e);
554+
555+
if let obwsv5::Error::Handshake(h) = e {
556+
error!("{}", h);
557+
}
554558
}
555559
};
556560

0 commit comments

Comments
 (0)