From ea60d88a9a184ebb83bf89ca8965883c2fdd5c7b Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 9 Sep 2014 20:08:50 +0200 Subject: [PATCH] config: backup - show the directory where tar was executed on error --- src/config.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.c b/src/config.c index f16d5da4..d4cf9a34 100644 --- a/src/config.c +++ b/src/config.c @@ -1029,6 +1029,7 @@ dobackup(const char *oldver) } s = htsbuf_to_string(&q); tvherror("config", "command '%s' returned error code %d", s, code); + tvherror("config", "executed in directory '%s'", root); free(s); htsbuf_queue_flush(&q); goto fatal;