We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The "File not found" error isn't appearing in the log as expected.
I have verified that I can see "Invalid error code" works (https://github.com/altugbakan/rs-tftpd/blob/main/src/packet.rs#L277). But I am not seeing "File not found" error on the output.
Sample logs: Here file test exists but abc and pqr doesn't. I expected "FileNotFound" to be logged but it isn't.
Sending test to <> Invalid code error Sending test to <> Sent test to <> Sending abc to <> Sending pqr to <>
The text was updated successfully, but these errors were encountered:
Would you like to work on it?
Sorry, something went wrong.
Fixed with #32
No branches or pull requests
The "File not found" error isn't appearing in the log as expected.
I have verified that I can see "Invalid error code" works (https://github.com/altugbakan/rs-tftpd/blob/main/src/packet.rs#L277).
But I am not seeing "File not found" error on the output.
Sample logs:
Here file test exists but abc and pqr doesn't. I expected "FileNotFound" to be logged but it isn't.
The text was updated successfully, but these errors were encountered: