From: Jaroslav Kysela Date: Tue, 9 Sep 2014 18:08:50 +0000 (+0200) Subject: config: backup - show the directory where tar was executed on error X-Git-Tag: v4.1~1410 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea60d88a9a184ebb83bf89ca8965883c2fdd5c7b;p=thirdparty%2Ftvheadend.git config: backup - show the directory where tar was executed on error --- diff --git a/src/config.c b/src/config.c index f16d5da4a..d4cf9a348 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;