summaryrefslogtreecommitdiff
path: root/sbin/savecore
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2017-07-12 18:29:25 +0000
committerMark Johnston <markj@FreeBSD.org>2017-07-12 18:29:25 +0000
commit5aaf7667101127f55d1c84bfe31b561c412fd727 (patch)
treedacabe82096ed1df289678f662fd7e2caa716455 /sbin/savecore
parentfb6aa95d9f4331ec19073fc8aded1b2198e5f1e1 (diff)
downloadsrc-test2-5aaf7667101127f55d1c84bfe31b561c412fd727.tar.gz
src-test2-5aaf7667101127f55d1c84bfe31b561c412fd727.zip
Notes
Diffstat (limited to 'sbin/savecore')
-rw-r--r--sbin/savecore/savecore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/savecore/savecore.c b/sbin/savecore/savecore.c
index f5862782bb21..22b4793f4ff5 100644
--- a/sbin/savecore/savecore.c
+++ b/sbin/savecore/savecore.c
@@ -119,7 +119,7 @@ printheader(xo_handle_t *xo, const struct kerneldumpheader *h, const char *devic
xo_emit_h(xo, "{P: }{Lwc:Dumptime}{:dumptime/%s}", ctime(&t));
xo_emit_h(xo, "{P: }{Lwc:Hostname}{:hostname/%s}\n", h->hostname);
xo_emit_h(xo, "{P: }{Lwc:Magic}{:magic/%s}\n", h->magic);
- xo_emit_h(xo, "{P: }{Lwc:Version String}{:version_string/%s}", h->versionstring);
+ xo_emit_h(xo, "{P: }{Lwc:Version String}{:version_string/%s}\n", h->versionstring);
xo_emit_h(xo, "{P: }{Lwc:Panic String}{:panic_string/%s}\n", h->panicstring);
xo_emit_h(xo, "{P: }{Lwc:Dump Parity}{:dump_parity/%u}\n", h->parity);
xo_emit_h(xo, "{P: }{Lwc:Bounds}{:bounds/%d}\n", bounds);