summaryrefslogtreecommitdiffstats
path: root/discover/pb-discover.c
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2012-03-08 18:31:50 -0800
committerGeoff Levand <geoff@infradead.org>2012-03-08 20:51:37 -0800
commitae0ba68f475ae5b057aad6538765bc8702134b9a (patch)
tree07d5dbfcb1df4f72c26129f1481c3de8b01de883 /discover/pb-discover.c
parentf3015e4c01407dee3fd54273c71a43b56b756d59 (diff)
downloadtalos-petitboot-ae0ba68f475ae5b057aad6538765bc8702134b9a.tar.gz
talos-petitboot-ae0ba68f475ae5b057aad6538765bc8702134b9a.zip
Log file cleanups
Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'discover/pb-discover.c')
-rw-r--r--discover/pb-discover.c2
1 files changed, 1 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud