Skip to content

Commit

Permalink
Removed temprorary line not needed now that main fix was merged to ma…
Browse files Browse the repository at this point in the history
…ster
  • Loading branch information
carter committed Dec 3, 2024
1 parent 032254b commit b828b86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion roslibrust/src/ros1/tcpros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,9 @@ pub async fn establish_connection(

// Write our own connection header to the stream
let conn_header_bytes = conn_header.to_bytes(true)?;
trace!("Sending connection header to server {server_uri} for topic {topic_name}: {conn_header:?}");
trace!(
"Sending connection header to server {server_uri} for topic {topic_name}: {conn_header:?}"
);
stream.write_all(&conn_header_bytes[..]).await?;

// Recieve the header from the server
Expand Down

0 comments on commit b828b86

Please sign in to comment.