summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openpgp/src/parse.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/parse.rs b/openpgp/src/parse.rs
index e7365c00..8488dba5 100644
--- a/openpgp/src/parse.rs
+++ b/openpgp/src/parse.rs
@@ -4540,7 +4540,7 @@ impl <'a> PacketParser<'a> {
// Now read the next packet.
loop {
// Parse the next packet.
- t!("Reading packet at {:?} from: {:?}", self.path, reader);
+ t!("Reading packet at {:?}", self.path);
let recursion_depth = self.recursion_depth();