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 CIFS plugin should use simpler phrases than:
CIFS: Connecting from host [MySlave] CIFS: Connecting with configuration [Patches] ... CIFS: Transferred 1 file(s) CIFS: Disconnecting configuration [Patches] ...
I could imagine that the following phrases would be loved by many people:
CIFS: Connecting from host "MySlave" to share "\\Host\Share" (using configuration "Patches")... CIFS: Transferred 1 file(s): "MyFile.dll" into Folder "C:\Foo\Bar" CIFS: Disconnecting from share "\\Host\Share" (using configuration "Patches")...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The CIFS plugin should use simpler phrases than:
CIFS: Connecting from host [MySlave]
CIFS: Connecting with configuration [Patches] ...
CIFS: Transferred 1 file(s)
CIFS: Disconnecting configuration [Patches] ...
I could imagine that the following phrases would be loved by many people:
CIFS: Connecting from host "MySlave" to share "\\Host\Share" (using configuration "Patches")...
CIFS: Transferred 1 file(s): "MyFile.dll" into Folder "C:\Foo\Bar"
CIFS: Disconnecting from share "\\Host\Share" (using configuration "Patches")...
Originally reported by mkarg, imported from: Simpler Phrases
The text was updated successfully, but these errors were encountered: