From 606d9bcd39098f6b0ff8efc166a68a8ad0652c61 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 16 Jun 2021 16:27:12 +0200 Subject: Add more trace output Signed-off-by: Matthias Beyer --- src/endpoint/configured.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/endpoint') diff --git a/src/endpoint/configured.rs b/src/endpoint/configured.rs index 7dc2ba7..badbc8d 100644 --- a/src/endpoint/configured.rs +++ b/src/endpoint/configured.rs @@ -640,6 +640,7 @@ impl<'a> PreparedContainer<'a> { art.display() ) })?; + trace!("Successfully read {} into buffer", art.display()); let r = container .copy_file_into(&destination, &buf) -- cgit v1.2.3