config: backup - show the directory where tar was executed on error

This commit is contained in:
Jaroslav Kysela 2014-09-09 20:08:50 +02:00
parent 39cfa87a95
commit ea60d88a9a

View 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;