From ae0ba68f475ae5b057aad6538765bc8702134b9a Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Thu, 8 Mar 2012 18:31:50 -0800 Subject: Log file cleanups Signed-off-by: Geoff Levand --- discover/pb-discover.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discover/pb-discover.c') diff --git a/discover/pb-discover.c b/discover/pb-discover.c index bd515e3..fa1c28e 100644 --- a/discover/pb-discover.c +++ b/discover/pb-discover.c @@ -58,7 +58,7 @@ static int opts_parse(struct opts *opts, int argc, char *argv[]) }; static const char short_options[] = "hl:V"; static const struct opts default_values = { - .log_file = "pb-discover.log", + .log_file = "/var/log/petitboot/pb-discover.log", }; *opts = default_values; -- cgit v1.2.1