[refactor] Warn on failure to remove sock file

main
Shinyzenith 2 years ago
parent f0d212b9b0
commit 54234ac9e8
No known key found for this signature in database
GPG Key ID: A3DFCDC66E9E2950

@ -45,6 +45,7 @@ fn main() {
}
Err(e) => {
log::error!("Error removing the socket file!: {}", e);
log::error!("You can manually remove the socket file: {}", sockfile);
exit(1);
}
};

Loading…
Cancel
Save