Skip to content

Fix duplicate "failed" in HCS errors#1139

Merged
katiewasnothere merged 1 commit intomicrosoft:masterfrom
thaJeztah:double_failure
Aug 30, 2021
Merged

Fix duplicate "failed" in HCS errors#1139
katiewasnothere merged 1 commit intomicrosoft:masterfrom
thaJeztah:double_failure

Conversation

@thaJeztah
Copy link
Contributor

noticed this in moby/moby#42743 (comment)

HcsError.Error() already appends "failed" to the error message, which resulted in some uses to contain a duplicate "failed", for example:

re-exec error: exit status 1: output: hcsshim::ImportLayer - failed failed in Win32: The system cannot find the path specified. (0x3)

HcsError.Error() already appends "failed" to the error message, which resulted
in some uses to contain a duplicate "failed", for example:

    re-exec error: exit status 1: output: hcsshim::ImportLayer - failed failed in Win32: The system cannot find the path specified. (0x3)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Copy link
Contributor

@dcantah dcantah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this @thaJeztah

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants