Skip to content

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
NORTHAMERICA\mayurikini committed Nov 11, 2024
1 parent b0526f1 commit d518c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ impl Server {
if self.overwrite {
initialize_write()
} else {
println!("File {} already exists.", file_path.display());
println!("File {} already exists", file_path.display());
Socket::send_to(
&self.socket,
&Packet::Error {
Expand Down

0 comments on commit d518c7d

Please sign in to comment.