commit | 247c68bb2d60e6378845c4f060235bb1e7dc07af | [log] [tgz] |
---|---|---|
author | DarthJabba9 <darthjabba9@gmail.com> | Sun Oct 11 16:47:56 2020 +0100 |
committer | bigbiff <bigbiff@teamw.in> | Fri Oct 23 22:51:33 2020 +0000 |
tree | 47163764b06dab35a8f26a1c9fc34d6f79f6ecc4 | |
parent | 3150f1eeffb2bc9fe7c42cab9c110d100285670e [diff] [blame] |
Provide the option to enable debug information during tar backups Change-Id: Ibdb060d334c8f799a283f1bcef4a369d5555c975
diff --git a/libtar/block.c b/libtar/block.c index 8116736..6285547 100755 --- a/libtar/block.c +++ b/libtar/block.c
@@ -18,6 +18,10 @@ # include <stdlib.h> #endif +#ifdef TW_LIBTAR_DEBUG +#define DEBUG 1 +#endif + #ifdef HAVE_EXT4_CRYPT #include "ext4crypt_tar.h" #endif