]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
config: backup - show the directory where tar was executed on error
authorJaroslav Kysela <perex@perex.cz>
Tue, 9 Sep 2014 18:08:50 +0000 (20:08 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 9 Sep 2014 18:08:50 +0000 (20:08 +0200)
src/config.c

index f16d5da4a2f826d03f2aba54468bb47740087ee6..d4cf9a3484904417a279e9864aeda586e229c859 100644 (file)
@@ -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;