Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
config: backup - show the directory where tar was executed on error
  • Loading branch information
perexg committed Sep 9, 2014
1 parent 39cfa87 commit ea60d88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.c
Expand Up @@ -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;
Expand Down

0 comments on commit ea60d88

Please sign in to comment.