mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-18 02:12:06 +01:00
Precise error message for IntegrityProtectedInputStream
This commit is contained in:
parent
c72b3a4b8e
commit
a495f2275c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ public class IntegrityProtectedInputStream extends InputStream {
|
|||
}
|
||||
LOGGER.debug("Integrity Protection check passed");
|
||||
} catch (PGPException e) {
|
||||
throw new IOException("Failed to verify integrity protection", e);
|
||||
throw new IOException("Data appears to not be integrity protected.", e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue