mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
libstore: Remove the unnecessary 'error: ' prefix in warning message
This commit is contained in:
parent
33e94fe19f
commit
e7047fde25
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ public:
|
||||||
try {
|
try {
|
||||||
return getCredentialsRaw(profile);
|
return getCredentialsRaw(profile);
|
||||||
} catch (AwsAuthError & e) {
|
} catch (AwsAuthError & e) {
|
||||||
warn("AWS authentication failed for S3 request %s: %s", url.toHttpsUrl(), e.what());
|
warn("AWS authentication failed for S3 request %s: %s", url.toHttpsUrl(), e.message());
|
||||||
credentialProviderCache.erase(profile);
|
credentialProviderCache.erase(profile);
|
||||||
throw;
|
throw;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue